What do you understand by connector?
No Answer is Posted For this Question
Be the First to Post Answer
Where is java used?
How many java languages are there?
What are the types of j2ee clients?
to update a batch in a table in jdbc which method of statement object is used
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()); } }
Is java safe to download?
which method does it invokes automatically when we click link in the webpage a)put b)get c)head d)post
Where javac is located?
Which server is best for java?
What is the ear file?
What is java j2ee developer?
Describe the ear, war, and jar.