What is java developer job description?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More J2EE Interview Questions

Why is java called technology?

0 Answers  


What is button in java?

0 Answers  


write a program, when a statement is entered, it should display in reverse order. Ex: Statement is "I am writing program in reverse order". Output should be like "order reverse in program writing am I".

4 Answers  


What is frame in java?

0 Answers  


What is actionerrors?

0 Answers  






what is the difference between application server and web server?

5 Answers   Cegonsoft, IBM,


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()); } }

4 Answers   Wipro,


Write a program to display numeric value in reverse order. Ex: I have given a number like 7584, It should display in reverse order like 4857.

6 Answers  


Is java is fully object oriented?

0 Answers  


What is the difference between java and core java?

0 Answers  


Is string a primitive data type in java?

0 Answers  


What is interpreter in java?

0 Answers  


Categories