What is enterprise information system resource?
No Answer is Posted For this Question
Be the First to Post Answer
What do you mean by the deployment descriptor?
What is included in j2ee?
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 j2ee client types?
How is java development environment setup?
Which edition of java is used for web application?
Name the Implicit variable which is used to access other implicit objectes present in JSP.
What is front end technology in java?
What is group?
What is java web technologies?
Is a relationship java?
What is layout manager in java?