What compiler do not do if we create our own constructor?
Answer Posted / sitaram
JVM compiler check the java code. If you are not created
the constructor for the class. JVM is automatically created
with out parameters constrctor.
Is This Answer Correct ? | 16 Yes | 1 No |
Post New Answer View All Answers
Write a simple servlet program to print the contents of html.
What is the difference between sendredirect() and forward() in a servlet?
What is meant by cookies?
How can you start a jta transaction from a servlet deployed on jboss?
What is the difference between using getSession(true) and getSession(false) methods?
When servlet object is created?
What are session variable in servlets?
What are the type of protocols used in httpservlet?
How do you create a cookie using servlet?
How we can create war file in servlet?
How can we create deadlock situation in servlet?
What do you mean by url pattern in servlet?
What is the difference between servlet and jsp?
What are the types of protocols supported by httpservlet ?
What is the difference between the servlets and cgi programs?