What is member in java?
No Answer is Posted For this Question
Be the First to Post Answer
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"); } } }
where to use join method and explain with real time senario?and programatical explenation also..
Explain heap sort?
What is the reason that multiple inheritance is not possible in java??
Explain which of the following methods releases the lock when yield(), join(),sleep(),wait(),notify(), notifyall() methods are executed?
Is Java Platform Independent if then how?
Which is fastest collection in java?
What are the drawbacks for singleton class?
What is the exception hierarchy in java?
What is the purpose of garbage collection in java?
You're given a Boolean 2D matrix, can you find the number of islands?
What are selection structures?