Do I have to use jsps with my application?
Answer / Himanshu Dubey
No, you don't necessarily have to use JSPs (JavaServer Pages) with your Java application. JSPs are used for creating dynamic web pages, but there are other options like Servlets and Spring MVC for building web applications in Java.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain about RMI Architecture?
Can you give me a simple example of using the requiredif validator rule?
what is heepStored?
What is local interface. How values will be passed?
What are the high-level thread states?
Explain the methods of Naming class, rebind( ) and lookup()?
What must a class do to implement an interface?
What is the difference between Process and Threads?
What are preemptive scheduling and time slicing and what is the difference between them?
What are callback interfaces?
Difference between swing and awt?
Do we need to override service() method