Do I have to use jsps with my application?



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

Post New Answer

More Advanced Java Interview Questions

Explain about RMI Architecture?

1 Answers  


Can you give me a simple example of using the requiredif validator rule?

1 Answers  


what is heepStored?

1 Answers  


What is local interface. How values will be passed?

1 Answers  


What are the high-level thread states?

1 Answers  


Explain the methods of Naming class, rebind( ) and lookup()?

1 Answers  


What must a class do to implement an interface?

1 Answers  


What is the difference between Process and Threads?

19 Answers  


What are preemptive scheduling and time slicing and what is the difference between them?

1 Answers  


What are callback interfaces?

1 Answers  


Difference between swing and awt?

1 Answers  


Do we need to override service() method

1 Answers  


Categories