What do u mean by variable?
No Answer is Posted For this Question
Be the First to Post Answer
What is computer compiler?
what is real-time example of runtime polymorphism and compile time polymorphism
Define inheritance?
Java violates few objected oriented concepts. Can you explain in what way?
How objects of a class are created if no constructor is defined in the class?
explain the difference between jdk and jvm?
How do you stop a thread in java?
Can a class have a static inner class?
What are the two types of exceptions in java? Which are the differences between them?
Catch(Exception e){ } in that what is Exception and purpose of that in that place exactly?
Does constructor be static?
We can write any Java Logics in our JSP. Then why we are using servlets(Controller Layer) to interact with the DAO ?