What is jdbc api?
No Answer is Posted For this Question
Be the First to Post Answer
What is Java Reflection API? Why it’s so important to have?
Is integer a class?
Define an enumeration?
How would you dynamically allocate memory to an array?
What is null in java?
How to excute - Interface - Inner class- method can any one tell how to execute/ call this main method public interface abc { static int i=0; void dd(); class a1 { a1() { int j; System.out.println("inside"); }; public static void main(String a1[]) { System.out.println("in interfia"); } } }
Why Over riding is Run Time Polymorphism?
What do you understand by java virtual machine?
how session will be expired ?
What is break and continue statement?
what is aberivation of java?
what is the volatile modifier for? : Java thread