What compiler do not do if we create our own constructor?
Answer Posted / qim2010
The compiler check the java code. If it founds no constructor for the class then JVM automatically creates the default constructor.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is session tracking?
What are the steps that are involved in using the httpservlet class?
What are the steps involved in placing a servlet within a package?
In the servlets, we are having a web page that is invoking servlets ,username and password? which is checks in database? Suppose the second page also if we want to verify
How do I use cookies to store session state on the client?
What is the use of send redirect () method?
What is the difference between a generic servlet and http servlet?
how the HTML data stored in web server?
Which are the different ways you can communicate between servlets?
How can you start a jta transaction from a servlet deployed on jboss?
Is servlet synchronized?
What is the difference between the include() and forward() methods?
What is the type of method for sending request from http server?
What do you mean by default initialization in java servlet?
What is http servlet?