• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

OCPJP6 Scored 98%

 
Greenhorn
Posts: 10
Eclipse IDE Oracle Java
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Ranchers!

I've passed my OCPJP6 on 4 FEB 2013 with 98%.

Thank you Kathy and Bert for the book - SCJP Sun Certified Programmer for Java 6 Study Guide. The book covers all aspects of the exam objectives. Lastly, during the preparation, I coded extensively to test compilation, exception, code logic etc.
Thank you everyone for sharing your skills and experience in this forum.

Advice:
- Study the K&B CAREFULLY.
- If something is hard to understand, try to write MANY samples, compile and run them, then analyze the results carefully.
- Practice dump questions.

Thanks once again all of you guys.

Cheers!
 
Ranch Hand
Posts: 46
Eclipse IDE Chrome Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Many congratulations Deepali !
 
Enthuware Software Support
Posts: 4803
52
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations!!!
 
Greenhorn
Posts: 9
Eclipse IDE Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
Deepali Verma

congrats to you passing the exam,

you are mentioned prepare/practice with dump. it means what dump. is there anything? where can I get it.

I already practiced very good K&B, devaka, https://coderanch.com/how-to/java/ScjpMockTests . is it not enough to pass or score more marks?

please tell me iam going to write exam next week.

regards
nathan
 
MyExamCloud Software Support
Posts: 734
2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Deepali Verma wrote:Hi Ranchers!

I've passed my OCPJP6 on 4 FEB 2013 with 98%.



Congratulations!...
 
Deepali Verma
Greenhorn
Posts: 10
Eclipse IDE Oracle Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Paul and Koilraj


 
Deepali Verma
Greenhorn
Posts: 10
Eclipse IDE Oracle Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
@ Waleed- Thanks !! Many Congratulation to you too !!
 
Ranch Hand
Posts: 36
Eclipse IDE Oracle Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations Deepali

I second you on the TWO MINUTE DRILLS

Best Of Luck For Your Next Exam !!!
 
Ranch Hand
Posts: 391
1
MySQL Database PHP Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think i understand generics very well but some questions in Devaka`s exam lab are out of my understanding.
I am having some problem with Generics ,basically the generic assignments with ? super class_name.
Looking for some help.
Generic.png
[Thumbnail for Generic.png]
 
Deepali Verma
Greenhorn
Posts: 10
Eclipse IDE Oracle Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Mahtab Alam wrote:I think i understand generics very well but some questions in Devaka`s exam lab are out of my understanding.
I am having some problem with Generics ,basically the generic assignments with ? super class_name.



Hi,
Generic assignments are really confusing. But very easy after practice

In that question it was all about Return Type,


I am sharing my notes. Copy paste and try them out. "class dog extends animal"


*** Adding Element allowed with SUPER only
List<> ---> Everything
List<dog> ----> dog
OR List<? super dog> ---->dog

List<> ----->Everything
List<animal> ----->dog n animal
OR List<? super animal> -----> dog n animal

You need not to mug up , type few codes it looks tricky in starting but its very simple. I have few more codes related with extends and super.
 
Ranch Hand
Posts: 47
MySQL Database Spring Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Congratulation!!! Deepali
 
Deepali Verma
Greenhorn
Posts: 10
Eclipse IDE Oracle Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank You Divya !!
 
Deepali Verma
Greenhorn
Posts: 10
Eclipse IDE Oracle Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Prajwal Shetty wrote:Congratulations Deepali

I second you on the TWO MINUTE DRILLS

Best Of Luck For Your Next Exam !!!



Thank you so much Prajwal

You scored 100% last year!!!
Cheers!!!

 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic