Why should we use singleton pattern instead of static class?
what is a transient variable?
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"); } } }
What data type is string java?
What do you understand by Header linked List?
how to print the below in java?thanks in advance.... * * * * * * * *
Name the methods in mouse listeners ?
What is the synonym of procedure?
Distinguish between a predicate and a function?
What is an infinite loop? How infinite loop is declared?
What is java dot?
What is stringbuffer in java?
State two differences between C and Java.