anuprita rao

Greenhorn
+ Follow
since Dec 26, 2011
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
1
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by anuprita rao

Hello everyone!!
I wrote scjp yesterday and scored 100%..very happy!
Thanks to javaranch for clearing my doubts..really very thankful.
I wanted to know as to when will i get my certificate?in how many days?
Thanks a lot javaranch...))))))))
What if the scjp question has sorting for these both?Is it a runtime exception?
Can we sort both LinkedHashSet and LinkedHashMap ?Since they are ordered by insertion.Also if we can,can we use both Comparable and
Comparator?
thank you
Thanks a lot sir ..now the things are clear
thank you
ThanKs a lot Sir
If you consider the program...is this because the class BigOuter is a separate class?
If you want to create an object for class Brrom's static class B2..
we could do it without using outerclass reference as its static and we access it through a static method?
B2 b2=new B2//this line
what about
BigOuter.Nest n=new BigOuter().new Nest();


why is this wrong???
Sir, may i know whats going on in the code exactly
If i make a separate reference variable to refer to the BigOuter instance and use it ..i get an error

if i try modify the code in this way

public static void main(String[] args) {
BigOuter m=new BigOuter();
BigOuter.Nest n=m.Nest();//i get an error here saying cannot find symbol,here Nest becomes the method!!!
n.go();
B2 b2=new B2();
b2.goB2();

pl help

Fail to understand..please help
I am planning to write scjp 1.6 exam..so wanted to know,what are the best sites amongst the ones provided here for preparation on every topic..as also the best sites for taking the mock tests.
Can you also tell me what is the exam code...is it 310-065 or IZ0 851?
Is K &B enough for the preparation..alongwith some tests on every topic?
can i give the exam in amonth's time..as i am already from the I.T. background..
thanks a lot