What type of variable is gender?
No Answer is Posted For this Question
Be the First to Post Answer
What is final keyword in java?
Can you override a private or static method in java?
I have a String s = java; What is the output when I say s.replaceAll('j', 'k'); Also what is the value of s after replacing?
We can write any Java Logics in our JSP. Then why we are using servlets(Controller Layer) to interact with the DAO ?
Why generics are used in java?
where singleton classes are used in j2ee web application.can we use it for connection pooling.
How many objects are created when we create String class object using new operator?
In case of inheritance what is the execution order of constructor and destructor?
What is the use of inner class?
When does a class need a virtual destructor?
What is the size of int?
Is java a software?