What is j2ee stand for?
No Answer is Posted For this Question
Be the First to Post Answer
What is ebxml?
what is the difference between application server and web server?
What is initialization parameter?
What do you understand by connector?
What is connector?
What is java secure socket extension (jsse)?
Define authorization constraint?
i have to create an application with session.during that session a timer will be started & show the time in second upto the session expired.So that i can know how many time i in that session. Hint:-i m hinted that it will coded with javascript
What do you mean by j2ee module?
Which implicit object in jsp is synchronized?
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 is wildfly java?