What is jta and jts?
No Answer is Posted For this Question
Be the First to Post Answer
What are java front end tools?
What is considered as a web component?
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 the latest technology used in java?
Write a program for Sum of the digits for a given number Ex: suppose user entered Number is 1214, It should calculate the above number like 1+2+1+4 = 8
What is a web container j2ee?
Why is j2ee needed?
Difference between load and get method?
What is filter chain?
What is the difference between java and core java?
where exactly the servlets and jsp's are stored?
What is Connector architecture?