-
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);}}
-
-
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?
-
-
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
-
-
Inherit Super Class Without Extends Statement
If Object is the super class of all classes, how it is inherited without extends statement?
-
-
Abstract Class or Method
Can we make use of "this" keyword reference inside a abstract method or abstract class? Explain
-
-
-
-
Mutithreading
How synchronization can be done for multithreading environment without using the "synchronized" keyword?
-
-
-
-
Exception on finalize ()?
If Exception occurs in finalize() what happened to garbage collector? It will run or not? Explain
-
-
-
Serialization Process
Explain the use of serialization process in real time projects?
Core Java Interview Questions
Ans