What are container services?
No Answer is Posted For this Question
Be the First to Post Answer
Where javac is located?
What are container services?
What is java developer?
Is tomcat a java ee?
What is java ee technologies?
What is difference between java and core?
What is enterprise information system resource?
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()); } }
What are the modules of j2ee?
what is direct link to download swing ebook,applet,ejb,core java
where our package shoud be kept in the application whenwe want to import that package in the jsp application?
What is a web container in j2ee?