What are the important methods of java exception class?
What is a function argument in java?
Is string passed by reference in java?
Is delete, next, main, exit or null keyword in java?
What is garbage collector?
program to validate the IP address? Validity range should be 0 to 255
What do you understand by looping in java? Explain the different types of loops.
What is the difference between && and & in java?
For ease of programming you can consider the maze as a 2D array with colors represented by below integer and characters (in capital letters). • B - Black • W -White • G- Green • R- Red R B W B W W W W W W B W B B W W W W W W W B W B W W W B W W W W B B W W W B W W W B W W B B B B W B W B W W B W W W B W W W B B B W W B W W W B W W B W B W W W B W B W W W W B B W W W W B W W W W W G Shortest Route Problem: • Solution that finds the shortest Route between Red and Green  White will have 1 Weight.  Red and Green carry no weights.  Shortest path is the path with less weight when you add up the weights in the path.
What is fundamental datatype?
Can a constructor call the constructor of parent class?
Can we access instance variables within static methods ?
Distinguish between a predicate and a function?