What is __ init __ functions?


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

Post New Answer

More Core Java Interview Questions

why not override thread to make a runnable? : Java thread

0 Answers  


What do you understand by private, protected and public?

0 Answers  


how to print the below in java?thanks in advance.... * * * * * * * *

3 Answers  


Does java allow default arguments?

0 Answers  


Explain different ways of passing arguments to sub-routine?

1 Answers  






How can I debug the Java security exceptions and AccessControlExceptions?

0 Answers   IBM,


What is java util list?

0 Answers  


How you can force the garbage collection?

0 Answers  


What is an empty list in java?

0 Answers  


What is runtime polymorphism or dynamic method dispatch?

0 Answers  


What is the differences between c++ and java? Explain

0 Answers  


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  


Categories