What is structure of java heap? What is perm gen space in heap?
No Answer is Posted For this Question
Be the First to Post Answer
Which of the following can be referenced by a variable? A. The instance variables of a class only B. The methods of a class only C. The instance variables and methods of a class
What is array size in java?
What methods are called, When we navigate from one applet to another applet?
What is the range of the short datatype?
What is a method in programming?
how can you catch multiple exceptions in java?
Why are getters and setters used?
What are the drawbacks of singleton class?
What is the symbol for line break?
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.
What is the association?
what is thread? What are the high-level thread states? : Java thread