Can we create a constructor in abstract class?
No Answer is Posted For this Question
Be the First to Post Answer
define the terminology association.
write a progam hashmap & hashtable?
How to print a statement without using semicolan in java
Can you explain the Java thread lifecycle?
Why static functions are used?
What is time complexity java?
What is meant by data hiding in java?
if num=687; U have to get num=6+8+7;
How do you convert bytes to character in java?
What are the uses of final, finally and finalize in java?
2 Answers Agiline, FINO PayTech, HCL,
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); }
How will you add panel to a frame?