-
Abstract Class or Method
Can we make use of "this" keyword reference inside a abstract method or abstract class? Explain
-
-
Inherit Super Class Without Extends Statement
If Object is the super class of all classes, how it is inherited without extends statement?
-
-
Run the Tomcat Server
Hi, Is it possible to run the 2 tomcat servers simultaneously with different ports.Some times it's working. some times its not running,Anybody can help me to solve this problem.Thxregards'Punitha.R
-
-
Is it possible to serialize a single member in a class?
suppose i have 2 members in my class can i serialize a single member? Is there any way to do that?
-
-
What is the Output of the following Java Program
public interface I1{Static String x="inside I1";public void someMethod();}class A implements I1{ public static void main(String args[[]){ System.out.println("Calling I1 var ..."+I1.x);}}
-
-
Marker Interface
When there is no methods in the marker interface, then what is the use of marker interface. What is the functionality of the interface. Why do we need to implement marker interface?
-
-
-
What is the Difference between Design Pattern and Architecture? Can any one answer for this plz..
Design Pattern means how u r approaching the problem.Architecture means how the data is flowing in your application
-
-
-
Why wait and notify method in Object class
Why wait and notify method in Object class, why these are not in Thread Class.
-
Wrapping an Object
What does "wrapping" an object mean?
-
-
Core Java Interview Questions
Ans