What is early binding and late binding in java?


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

Post New Answer

More Core Java Interview Questions

How do you create a null object?

0 Answers  


in a console we r giving java <class name> if r pressing enter where it'll goes

2 Answers   CSC,


What are the uses of synchronized keyword?

0 Answers  


What’s the difference between applets and standalone program?

0 Answers  


10. class Nav{ 11. public enum Direction { NORTH, SOUTH, EAST, WEST } 12. } 13. public class Sprite{ 14. // insert code here 15. } Which code, inserted at line 14, allows the Sprite class to compile? a)Direction d = NORTH; b)Nav.Direction d = NORTH; c)Direction d = Direction.NORTH; d)Nav.Direction d = Nav.Direction.NORTH;

2 Answers  


What is meant by data hiding/encapsulation?

0 Answers   Cyient,


Is special character in java?

0 Answers  


What is use of super keyword in java?

0 Answers  


What is communist flag?

0 Answers  


What is the difference between JDBC 1.0 and JDBC 2.0?

0 Answers   Corent Technology,


Explain a situation where finally block will not be executed?

0 Answers  


How can an exception be thrown manually by a programmer?

0 Answers  


Categories