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 are the types of Session Tracking ?
Can we refresh servlet in client and server side automatically?
How the typical servlet code look like ?
How do you load an image in a Servlet?
What are the functions of an intercepting filter?
What is the procedure for initializing a servlet?
How to upload a file to the server using servlet?
Why do we have servlet wrapper classes?
Define context initialization parameters.
Differentiate between the web server and application server?
Can you send an authentication error from a servlet?
What is pure servlet?
What’s the difference between forward() and sendredirect() methods?
Difference between GET and POST?
Define declaration.