Is core java and j2se same?
No Answer is Posted For this Question
Be the First to Post Answer
On which platform j2ee is based?
What is context attribute?
Explain jta, jndi, and jms.
Describe the file types *.ear, * .jar and *.war?
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 will happen when you compile and run the following code?
Explain the following statement: Java is always pass-by-value.
Why java is oop language?
What is java ee server?
What is java api for xml processing (jaxp)?
What is java gui?
Define hashtable in j2ee?