Is linkedlist thread safe in java?
What is the difference between conversation & casting?
1).what is the difference between below examples String s="vijay"; String s=new String("vijay");
12 Answers Mascon, Satyam, TCS,
Why do we need public static void main(String args[]) method in Java...?
Why are getters and setters used?
Write a java program to generate fibonacci series ?
What will happen inside init() in servlet. my interviewer asked servlet lifecycle. i said "once servlet is loaded in to memory init() will be called which performs servlet initialization " . Again interview asked what values will be initialized . what is difference between init() and init(ServletConfig config).
2 Answers Infinite Computer Solutions, TCS,
What is jit compiler in java?
What is the difference between getCodeBase and getDocumentBase methods?
1 Answers CS Business Services,
How do you compare arrays in java?
How does marker interface provides functionality to the implemented class ? or How dose maker interface gets the functionalities as serialization or cloning.
Which types of exceptions are caught at compile time?
what are the uses of Class class and what it returns? explain it with the example code.