What is a numeric format?
What is OOP?
How do you get the length of a string in java?
What do you understand by final value?
________ exception must be either caught or specified in throws class of the method.
Do I need to import java.lang package any time? Why?
what are the methods of an object class?
What is difference between overloading and overriding?
What is the difference between delete and delete[]
I need some details about an employee. i have only the employee id in my presentation layer(JSP).I entered that ID and click "Show Details" Button. Question is how the JSP pass that id to Controller layer and DAO and what mechanism we are using to retrive data from DB and how the data passed to JSP as a Output. Please explain in detail.
When finalize method is called?
What does += mean coding?
Is hashset ordered java?