Why do we use regex?
What are the Abstract Classes provided by Java?
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 do you start a thread?
Describe the term diamond problem.
What is enhanced loop in java?
What are identifiers in java?
Explain different ways of creating a thread. Which one would you prefer and why?
Where local and global variables are stored?
Can you explain the final method modifier?
How will you compute size of a structure?
whst is encapsulation?when u encpsulate actually while devoloping code?
Name the methods in mouse listeners ?