Write code of any action class?


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

Post New Answer

More Core Java Interview Questions

How to know the host from which Applet is originated?

1 Answers   Wipro,


Can we declare a class as abstract without having any abstract method?

0 Answers  


Explain about serializable interface in java?

0 Answers  


Explain in detail about encapsulation with an example?

4 Answers  


What is cr keyboard?

0 Answers  


What do you mean by constructor?

0 Answers  


How to sort an array in java without using sort method?

0 Answers  


What are the types of classes in java?

4 Answers   HCL,


What are the features in java?

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  


Can we extend immutable class?

0 Answers  


What are the steps involved to create a bean?

0 Answers  


Categories