What is string syntax?
No Answer is Posted For this Question
Be the First to Post Answer
if the memory capacity is 700 presently occupied by process is 690. then another process request space(40) how this situation handled in java.
What is file class and what is its purpose?
Explain what is Marker interface?
What is import java util arraylist?
What is difference between final and finally in java?
what really hapens when a object is created using new operator? 1.is it allocates memory to all variables and methods in the class with reference to that object?
What are packages and name a few?
What is pojo class in java?
What is multithreading and its advantages?
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,
we know that every java prog must follows OOPS Principles. Anybody can answer, HOW THE FOLLOWING PROGRAM FOLLOWS OOPS CONCEPTS i.e, Inheritance,Polymarphism,Encapsulation? class a{ public static void main(String args[]){ System.out.println("Hello World"); } }
How do you check whether the list is empty or not in java?