Can a static block throw exception?
No Answer is Posted For this Question
Be the First to Post Answer
Explain about sets?
What is "this" keyword in java? Explain
which class to use when concatenating strings in a loop.
Wha is the output from system.out.println(“hello”+null); ?
Write a java program to find the route that connects between Red and Green Cells. General Rules for traversal 1. You can traverse from one cell to another vertically, horizontally or diagonally. 2. You cannot traverse through Black cells. 3. There should be only one Red and Green cell and at least one of each should be present. Otherwise the array is invalid. 4. You cannot revisit a cell that you have already traversed. 5. The maze need not be in the same as given in the above example
What is thin driver and thick driver. why it is called so?
How to do encapsulation in java?
Explain super keyword in java.
Why Wait and notify are kept in Object class although they are used only with Thread Class
2 Answers Global Logic, Saksoft,
What string is utf8?
How do you define a singleton class?
We can write any Java Logics in our JSP. Then why we are using servlets(Controller Layer) to interact with the DAO ?