What are the restriction imposed on a static method or a static block of code?
No Answer is Posted For this Question
Be the First to Post Answer
How do you format in java?
When is update method called?
What is parse method?
what is thread in Java ?
Define how objects are stored in java?
What do you mean by singleton class in java?
Can you override a private or static method in java?
Describe the term diamond problem.
Explain different ways of passing arguments to sub-routine?
ublic class Java_Coding_Samples { public static void JavaHungr(NumberFormatException ae){ System.out.println("integer"); } public static void JavaHungry(Exception e){ System.out.println("string"); } public static void JavaHungry(ArithmeticException ae){ System.out.println("object"); } public static void main(String[] args) { JavaHungry(null); }
What is a generic type?
what is for datainputstream?