I want to re-reach and use an object once it has been garbage collected. Define how it’s possible?
No Answer is Posted For this Question
Be the First to Post Answer
What is difference between checked and unchecked exception in java?
Define an abstract class with reference to java.
Can a final variable be null?
Why Java is a platform independent language?
What are the states of thread in java?
what is difference between signed & unsigned char?
Why java strings are immutable in nature?
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.
int a=1; float b=1.0; System.out.println(a==b);
13 Answers CTS, Honeywell, McAfee,
What is parameters example?
Where and how can you use a private constructor?
Is char * a string?