What is mean by exception?
No Answer is Posted For this Question
Be the First to Post Answer
What is emant by API? is it related to java only or it is common for all OOPS supporting language?
What is arrays sort in java?
What happens if I remove static from main method?
What is starvation?
What is size_t?
What is a default package ?
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"); } } }
Can we use both this () and super () in a constructor?
how do I create a runnable with inheritance? : Java thread
Is multiple inheritance allowed in Java? Why ?
can we declare private class in java file?
How do you call a reference in java?