What is unicode used for?
No Answer is Posted For this Question
Be the First to Post Answer
What is the need to implement Serializable interface (with no methods) for objects which are to be serialized ? We can write our own functionality which writes objects to streams then why we need to implement and tell JVM that which objects can be serialized.
What is the old name of java?
When abstract methods are used?
How are observer and observable used in java programming?
Which is a valid identifier?
Define a java class.
Difference between comparator and comparable in java?
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.
Is 'null' a keyword?
What is boolean data type in java?
Which collection is sorted in java?
What is java algorithm?