What are the components of the java platform?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of method save()?
What is j2ee component?
What is the difference between java and core java?
Please explain about internal casting and external casting in java..?
What does the application client module contain?
What is a java application server?
What is jaxr client?
What is use of final keyword in java?
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()); } }
to update a batch in a table in jdbc which method of statement object is used.
Why primitive data types in java are not objects?
What is javac written?