What is a java applet?
No Answer is Posted For this Question
Be the First to Post Answer
What is j2ee application model?
Is tomcat a java ee?
What is java full stack developer?
when i m calling java for web browser . so browser it's not support. show error in browser: internal error occur. java.lang.NoClassDefFoundError. will you give me solution why it's not starting browser.? is there any consult with .net framework2.0?
What is cascade delete?
what is the difference between application server and web server?
What is the J2EE module?
Define orm and its working 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()); } }
Differentiate between .ear, .jar and .war files.
What is layout manager in java?
What are the components of awt in java?