What is difference in between java class and bean?
how we can create packages in java?
Does list maintain insertion order java?
1).what is the difference between below examples String s="vijay"; String s=new String("vijay");
12 Answers Mascon, Satyam, TCS,
Why singleton is not thread safe?
How to optimize the javac output?
What flag up means?
class A{ some variables; public void a()throws Excepion1,Exception2{....} } class B extends A{ variables... public void a()throws E2,E3{.....} } Qns: here override of methods occurs or not,ore else wil give any compilation error or run properly..plz tell me briefly whts happening with the above codes....
Class A extends Class B but Class A also inherit Super Class Object so it is multiple inheritence give reason in support of your answer
Can java list contain duplicates?
Explain the significance of listiterator.
Why we use set in java?
What is a line break?