What is an example of a keyword?
No Answer is Posted For this Question
Be the First to Post Answer
Can we define package statement after import statement in java?
"We cannot create an object of interface but we can create a variable of it". Discuss the statement with the help of an example. (Plz help us to provide immediately.)
What is the protocol is used in type4 driver?
What is Applet Flickering ?
1 Answers Infosys, Persistent,
What is a class object?
string is immutable? right every one knows that, my question is it advantage or disadvantage making string immutable?
ublic class Java_Coding_Samples { public static void JavaHungr(NumberFormatException ae){ System.out.println("integer"); } public static void JavaHungry(Exception e){ System.out.println("string"); } public static void JavaHungry(ArithmeticException ae){ System.out.println("object"); } public static void main(String[] args) { JavaHungry(null); }
What is string pooling concept?
What classes can be used to store arbitrary number of objects ?
There are three interfaces A,B & C. A extends B, B extends C, and C extends A.Is it multiple Inheritance? please anybody help me.....
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 more advisable to create a thread, by implementing a Runnable interface or by extending Thread class?