What is ear file?
No Answer is Posted For this Question
Be the First to Post Answer
to update a batch in a table in jdbc which method of statement object is used.
What is jbutton 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()); } }
What is java j2ee developer?
What is filter chain?
What are the component of java?
What are the different types of events in java?
Explain the j2ee tiers.
Why java is called robust and secure?
What software is needed for java programming?
How many types of component events are in java?
How will you explain cdata?