tell me some common

Answers were Sorted based on User's Feedback



tell me some common..

Answer / yogesh

Ask the question clearly.

Is This Answer Correct ?    2 Yes 1 No

tell me some common..

Answer / mayank

Simply use throws Exception in front of every method

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

I have a string like _a01_a02_a03_ and another string like _2_1.5_4_ as input.I want to extract a01,a02... to a string array and 2,1.5,etc to a double array with a01 corresponds to 2 and a02 to 1.5 etc. Need code in core java.. Can you do it?

1 Answers   Cognizant,


How many bytes is double?

0 Answers  


Explain Big-O notation with an example

1 Answers  


What is main string [] args?

0 Answers  


How can we achieve thread safety in java?

0 Answers  






In what circumstances, compiler will supply a default constructor for a class?

4 Answers  


What is the functionality of the stub?

0 Answers  


Is boolean a wrapper class in java?

0 Answers  


what is life cycle of applet?

9 Answers  


Write a program to reverse a number in java?

0 Answers  


define polymorphism in java

0 Answers  


difference between jsp and java script?

3 Answers  


Categories