What makes a function well defined?


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

Post New Answer

More Core Java Interview Questions

Should a main method be compulsorily declared in all java classes?

0 Answers  


Variables used in a switch statement can be used with which datatypes?

0 Answers  


Can memory leak happen java?

0 Answers  


What is the purpose of finalization in java programming?

0 Answers  


StringBuilder s = new StringBuilder("Hello Mom");s.append(",I mean,Mother"); Response.Write(s.ToString()); String s = "Hello Mom"; s+ = ",I mean Mom"; Response.Write(s); Which is faster ? which uses the most memory?

6 Answers   HCL,






What is hashing principle in java?

0 Answers  


How to change value in arraylist java?

0 Answers  


What is aggregation and composition ?

1 Answers   Fidelity,


Explain the init method?

0 Answers  


Explain what is Marker interface?

0 Answers   BirlaSoft,


What is the differenc between Enemuration interface and iterator interface according to accessing?

4 Answers  


Why is a constant variable important?

0 Answers  


Categories