What is method in java ?
Answer / Priya Raghuvanshi
A method is a block of code that performs a specific task. It is associated with an object or class and can be called by the user at runtime.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a default method?
Can private class be extended java?
How many threads can java run?
What do you mean by local class?
What is the difference between instanceof and isinstance?
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 there any difference between synchronized methods and synchronized statements?
How can you generate random numbers in java?
what is session facade ?
What do you understand by the term wrapper classes?
String is mutable or immutable?
What is thread?