Is eclipse written in java?
No Answer is Posted For this Question
Be the First to Post Answer
Is java is a high level language?
Is j2ee and jee same?
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 interface in java ?can you explain with simple example?and what is the difference between abstract and interface?
explain the technologies that j2ee platform provides for developing components.
What is the use of jit compiler in java?
What is a thin client?
What are types of j2ee clients?
Sapient Interview Questions
What is a web container j2ee?
What is deployment descriptor?
how to run servlet program between two computer through internet ?