What is the use of coding?


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

Post New Answer

More Core Java Interview Questions

Given a singly linked list, how will you print out its contents in the reverse order? Can you do it with consuming any extra space?

0 Answers   Akamai Technologies,


What is the difference between Resultset and Rowset.

6 Answers   IBM, Wipro,


What is a ?

0 Answers  


what is generics in jdk1.5?

2 Answers   Bally Technologies,


what is Vector class?

2 Answers  


Inorder to specify a container?s layout, which method is used?

1 Answers  


How do you detect memory leaks?

0 Answers  


How to find the length and capacity of a string buffer ?

2 Answers  


If an object reference is set to null, will the garbage collector immediately free the memory held by that object?

0 Answers  


How does a cookie work in Servlets?

0 Answers  


How do you initialize an arraylist in java?

0 Answers  


for(i=0;i<100;i++) { int i=method();//method returns no's from 1 to 10; /* insert some stmts which can give output like no.of times numbers(1-10) returned. (for example if it returns 2 then i want output how many times 2 returned) like that i want output for no's 1 - 10 how many times each no returned. */ }

3 Answers  


Categories