Where is java located?
No Answer is Posted For this Question
Be the First to Post Answer
how to convert mm/dd/yy to dd/mm/yy using collections in java.
I have an HashMap object, which has with key and value pair. It has 10 keys and values in that object. Now the question is I want insert new key and value in middle or any where in that list but not at the end or at the top. Is it possible or not. If yes how can we achieve this one?
What is the base class of all exception classes?
what is actual real time using of oops concepts in projects(Interface,polymorphism.abstraction.........)
Can we clone singleton object?
. Explain Java String Pool.
Marker interface means , interface which has no methods.Then what is the necessity of its usage.I read "it tells the compiler that it should be treated differently ". "It is used to store state of an object". But still am not clear.Please explain clearly.
What is the immediate superclass of Menu?
My application URL : http://localhost:8080/Application/Login.jsp. When a user enter this url in IE then, how it get Login.JSP Page exactly? what are the processes will happen from when we submit the URL to get Login.jsp?
What is a container in a gui?
Explain about static imports in java?
Can a class extend abstract class or interface? why