Abish Ojha

Greenhorn
+ Follow
since Sep 06, 2013
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
4
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Abish Ojha

Thanks for reply Tim and fred .... I got my answer
9 years ago
What are the difference between hashmap, linkedlist and arraylist ... when they are used and why?
9 years ago
What is wrapper class ??? Why it is needed ??? Anyone please explain it ...
In this code ::
Cat[][] myCats= {{new Cat("Fluffy"),new Cat("Zeus")} , {new Cat("Baibo"),new Cat("Legolas"),new Cat("Bert")}}

Eight Objects are created:

1 2-D Cat[][] array object
2 Cat[] array Object
5 Cat object

How 8 objects are created in above code???
I am confuse in syllabus of OCP JAVA SE6 ... I am following SCJP6 study guide of KathySieraa and Bert Bates , here are 10 chapters bt ve seen somewhere , exam includes networking and some GUI portion also which is not this SCJP 6 study guide ... do i need to follow other book also??? and please me which chapters are more important for exam??? Do all chapter contains eqaul marks ?? What is the full mark in exam and the pass mark ???
Congratulation
10 years ago
I want to give xm of OCP JSE 6, I know theory but im weak in coding , what should i do to be strong in coding section?