Java J2EE (14736)
J2ME (151)
Java Related AllOther (507)
Explain the use of shift operator in java. Can you give some examples?
What are the components of ejb?
What is the use of entity class in java?
What are different types of multitasking?
What is the difference between static class and normal class?
How the typical servlet code look like ?
Why string is not thread safe?
What is form bean in struts?
What is a deployment descriptor?
Does jdbctemplate close connection?
How do you invoke stored procedures?
What are the different types of statements? How we can you use preparedstatement.
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 getbean in spring?
Explain what an application server does and it's major components.