Are constructors methods?


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

Post New Answer

More Core Java Interview Questions

Why java is considered as platform independent?

0 Answers  


What is the basic concepts of OOPS?

0 Answers   BlackRock,


What is the purpose of static methods and variables?

0 Answers  


What is fail first in java?

0 Answers  


What is break and continue statement?

0 Answers  






Is java same as core java?

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 a consumer in java?

0 Answers  


What does regex mean?

0 Answers  


Can we compare two strings in java?

0 Answers  


How will you communicate between two applets?

0 Answers  


Package1 and Package2 both have a method name lets say "methodA" with different implementation. When I import both the packages in a java class how can I use both the methods?

7 Answers   Ericsson,


Categories