Why primitive data types in java are not objects?
No Answer is Posted For this Question
Be the First to Post Answer
Why is java important for internet?
What is j2ee specification?
What is difference between javac and java?
What is isv?
I’m new to WebLogic Does anyone knows how to Deploy Application using
What is content?
Why is java called object oriented?
Is java gui dead?
Every field has setter and getter methods.what is happening in this methods.
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 difference between java and core?
What is jaxr provider?