Can you access the private method from outside the class?
No Answer is Posted For this Question
Be the First to Post Answer
Same common question what is Map,Set,HashMap,List????
What is the difference between keyword and identifier?
Explain static nested classes ?
Is it safe for adding 10,00,000 records/objects to HashMap?, i.e is it safe to add millions of objects to HashMap?
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.
How to use string tokenizer class.
Can we write method inside a method in java?
Why we use static and synchronized in method for single thread model example: public static synchronized add(){}
Is string is a class in java?
How a string is stored in memory?
What is a method declaration?
What is jdbc api?