Can we override private constructor in java?
What is difference between path and classpath 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.
Explain thread life cycle in java?
how we can make a read-only class in java?
Which is better list or arraylist in java?
what is difference between throw and throws in exception?
Can you have an inner class inside a method and what variables can you access?
What are measurable parameters?
How many ways can an argument be passed to a subroutine and explain them?
What is the arguement of main method?
What is string example?
What will happen if static modifier is removed from the signature of the main method?