Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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;

Answer Posted / neil

Nav.Direction d = Nav.Direction.NORTH;

Is This Answer Correct ?    34 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

If A Class Is Declared Without Any Access Modifiers, Where May The Class Be Accessed?

1230


What do you mean by garbage collection used in java?

1123


What is the difference between the paint() and repaint() methods?

1111


What is the difference between arraylist and hashset in java?

1245


Is it possible to override private or static method in java?

1041


What is a data structure java?

1072


Are static members inherited to sub classes?

1192


How does indexof work?

1013


How are variables stored?

1035


Java is Pass by Value or Pass by Reference?

1095


What is string buffer?

995


Can set contain duplicates?

1054


How does sublist works in java?

1029


What is the main use of generics in java?

1078


What is sortedmap interface?

1056