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

Who is founder of java?

1 Answers  


Is it possible to specify multiple jndi names when deploying an ejb?

1 Answers  


How HashMap implemented in java? how it internally works when values are added or searched from hashMap?What is the difference betweenthe implementation of hashmap and Linked Hashmap?

3 Answers   IBM,


What is a protected void?

1 Answers  


How many bits is a float?

1 Answers  


What is the difference between Java Program Constructor and Java Program Method, What is the purpose of Java Program constructor Please Explain it Breafily?

1 Answers   PUCIT,


What is final method in java?

1 Answers  


What is meant by attribute?

1 Answers  


Is minecraft java edition free?

1 Answers  


What is the need of transient variables in Java ?

1 Answers   MCN Solutions,


What is the difference between processes and threads?

1 Answers  


What is included in core java?

1 Answers  


Categories