What is parameters example?


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

Post New Answer

More Core Java Interview Questions

what is the role of xml in core java?? and how we can use it?? can somebody give a sample program with explanation and from where i can read more about xml?????

0 Answers   HCL, SAP Labs, Vital Soft,


String is a immutable objects . it means that string does not change........... But it will be chang......... { String s="kapil"; String s1="raj"; String s=s1; then print(.......) The String has been changed .. how it is possible and why its called immutable objects

7 Answers  


What is <> used for in java?

0 Answers  


Why does my function print none?

0 Answers  


Can sleep() method causes another thread to sleep?

0 Answers  






Why is it called buffering?

0 Answers  


what is mean by ooad? where we are using? can you tell me any real time example?

1 Answers   Eka Software,


How to sort elements in a parallel array in java?

0 Answers  


Give me some null interfaces in java?

0 Answers  


Can we use a default constructor of a class even if an explicit constructor is defined?

0 Answers  


What is Classloader in Java?

0 Answers  


Thanks A.jyotsna, Can u tell me differnce between abstract class and interface vikash

4 Answers  


Categories