write a class to input 2 points by the user & check the line
maked by the points is horizontal,vertical or rectangle?
When we r go to abstract class and when we go to Interface? i have confusion this question while in interview plz clarify
How to add menushortcut to menu item?
What is the common usage of serialization?
What is JVM and is it platform independent?
Is array size fixed in java?
Explain, java is compatible with all servers but not all browsers?
Can we extend a class with private constructor?
What is garbage collection? What is the process that is responsible for doing that in java?
How many JVMs can run on a single machine and what is the meaning of Just-In-Time (JIT) compiler?
This abstract class is correct ? abstract class A { public abstract void Disp(); public abstract void B() { } public absract virtual C() { } }
Write code of any action class?
For which statements we use a label?