Anand B Raju

Ranch Hand
+ Follow
since Sep 22, 2004
Merit badge: grant badges
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Anand B Raju

Congrats Parameswaran
19 years ago
Congrats Himanshu Taneja
19 years ago
Visit SUN JAVA 4 U, you will find many resources and mock exams for SCJP 1.4
According to me the number of study hours required varies from person to person, still i personally feel that if you can spend most of your time for studying for SCJP you would need around 2 to 3 months based on your personal ability.

I suggest you study core java first before you opt for studying for SCJP.

Khalid book is one of the best ones ( according to the reviews which i have read ).You can visit my site SUN JAVA 4 U for more resources.

you can mail me at [email protected] , if you want any other specific informations.
Static blocks will be initialized before initializing static variables.

Example:

public class Static{
static{
int x=5;
}
static int x=10;
public static void main(String args[]){
System.out.println(x);
}
}

o/p:10
See the exam objectives regarding the exam version which you are taking at the official sun website.

The contents in the KnB book will be in accordance with the exam objectives.
Congratulations, Vamshi !!


20 years ago
Congratulations, Steve !!
20 years ago
Congratulations, suman !!
20 years ago
Congratulations , John !!
20 years ago
Congratulations , Leo !!
20 years ago
Congratulations, saager !!
20 years ago
Congratulations, Sakke !!
20 years ago
Congratulations , Spaceact !!
20 years ago
Congratulations , Shyam !!
20 years ago