What is the static block?
No Answer is Posted For this Question
Be the First to Post Answer
1).what is the difference between below examples String s="vijay"; String s=new String("vijay");
12 Answers Mascon, Satyam, TCS,
Can a class be final?
Why ArrayList class is not a synchronized class and why it is not a thread safe class? explain
How do you clear a method in java?
which one is more efficient int x; 1. if(x==null) 2.if(null==x) state which one either 1 or 2?
Can we use a default constructor of a class even if an explicit constructor is defined?
To what value is a variable of the Boolean type automatically initialized?
What is Ideal Design of Class?
Can Java be said to be the complete object-oriented programming language
What are batch updates. in jdbc
What is jagged array in java?
Explain the difference between string, stringbuffer and stringbuilder in java?