What is javaserver pages (jsp)?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More J2EE Interview Questions

How java is reliable?

0 Answers  


What do you understand by a thin client?

0 Answers  


Whats the O/p of the below code snippet ? And explain how does it imply the concept of call-by-value/call-by reference. (PS : Pls ignore syntax errors) public class One { public oneA(){ sop ("Into One--");} } public class Two extends One{ public twoT(){ sop ("Into Two--"); } } public class Home { One a; Two t; public static void main(argv[]) { sop ("In Home--"); sop(a.oneA()); sop(t.oneA()); sop(a.twoT()); sop(t.twoT()); } }

4 Answers   Wipro,


write a program, when a statement is entered, it should display in reverse order. Ex: Statement is "I am writing program in reverse order". Output should be like "order reverse in program writing am I".

4 Answers  


Why do we use j2ee?

0 Answers  






Which java ide is best?

0 Answers  


What is iso 3166?

0 Answers  


What is conversational state?

0 Answers  


is it possible to create single instance of java class per session in web application

4 Answers  


What is j2ee application model?

0 Answers  


What is business method?

0 Answers  


Why java is called robust and secure?

0 Answers  


Categories