Why java is interpreted language?
No Answer is Posted For this Question
Be the First to Post Answer
What is actionerrors?
What is document root?
Explain about J2EE Application Architecture
Is java safe to download?
What are the advantages of object-relational mapping (orm)?
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 basic authentication?
What is the mvc on struts?
what is data modeling?what is final method
What is data?
What do you mean by the component contract?
What is java 2 platform, enterprise edition (j2ee)?