sumita kumari

Greenhorn
+ Follow
since May 16, 2007
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
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by sumita kumari

there is a doubt in self test question no. 1 on page 498,in the k&b book.
according to me the answer to question 1 should be 0123445 not 01234456.i am confused how 6 is present in the output
the calendar class has so many method .
what are the important methods in the calender class or should i study all the methods.confused ,please suggest

sumita
thanks!! I was little confused earlier .but its totally clear now.
In the book written by kathy & bates(scjp)on page 647 there is a program on anonymous inner classes:--
class Popcorn {
public void pop() {
System.out.println("popcorn");
}
}
class Food{
Popcorn p = new Popcorn() {
public void pop() {
System.out.println("anonymous popcorn");
}
};
}

in the above program how to create the anonymous inner class object.
please help!!
Hi Everyone!!

i am preparing for the exam 310-055.i finished reading the book sun certified programmerfor java5 by kathy n bates.i just gone thru the book once.can you suggest what to do next? where to get the mock exam questions.
is the mock exam given along the book(K&B) sufficient.
please suggest me !!