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...


why is S capital in System.out.println ????

Answers were Sorted based on User's Feedback



why is S capital in System.out.println ???? ..

Answer / jjj

Because System is a predefined class in java and every
predefined class must starts with a capital letter...

Is This Answer Correct ?    80 Yes 6 No

why is S capital in System.out.println ???? ..

Answer / javac

Because System is a class available in Java.lang
package.According to java conventions class name should
start with Capital letter, and the same in implemented.

Is This Answer Correct ?    19 Yes 6 No

why is S capital in System.out.println ???? ..

Answer / horhe

simple because System is a class. Every class must start
with capital letter

Is This Answer Correct ?    19 Yes 11 No

why is S capital in System.out.println ???? ..

Answer / shaik baji

The "System" class is defined like that by the java
developer so if you want to use any static content of that
class then you should call them by using the Class name.

NOTE: 1) According to JAVA conventions every class name
should starts with capital letter.
2) Java is case sensitive.

Is This Answer Correct ?    8 Yes 2 No

why is S capital in System.out.println ???? ..

Answer / sankar r k

System is a class in java. As per the convention in java all
the class must start with a capital letter.

Is This Answer Correct ?    5 Yes 7 No

why is S capital in System.out.println ???? ..

Answer / abhishek mittal

because System.out.println() is a class satement. hence,it should get some respect by using "S"

Is This Answer Correct ?    4 Yes 13 No

Post New Answer

More Core Java Interview Questions

Name the runtime exceptions that occurs frequently?

4 Answers  


What is the difference between static and non-static variables in java programming?

0 Answers  


who can i handle multiple client in RMI

0 Answers  


Convert Binary tree to linked list.

0 Answers   Amazon,


What is java string pool?

0 Answers  


Which api is provided by java for operations on set of objects?

0 Answers  


What are daemon Threads in java?

0 Answers   Impetus,


What are the features of java?

0 Answers  


What is java abstraction with example?

0 Answers  


Can a class with private constructor be extended?

0 Answers  


How do you declare an array in java?

0 Answers  


What is the difference between array and arraylist? what is the difference between arraylist and linkedlist?

8 Answers   EDS, Matrix,


Categories