Posts: 159
Threads: 25
Joined: Mar 2012
Reputation:
0
What is the difference between System.Console.WriteLine("Hello, World!"); and Console.WriteLine("Hello, World!"); ?
Also known as Rocketalypse.
System.out.println("I prefer Java.");
Posts: 245
Threads: 31
Joined: Sep 2010
Reputation:
0
There is none
as console.writeline is stored within the System namespace
Website: <!-- m --><a class="postlink" href="http://www.PBAProductions.com">http://www.PBAProductions.com</a><!-- m -->
E-Mail: <!-- e --><a href="mailto
atrick@AriSystems.Org">Patrick@AriSystems.Org</a><!-- e -->
Skype: Qwaxer
Youtube: Qwaxer
Posts: 159
Threads: 25
Joined: Mar 2012
Reputation:
0
Like I thought. Thank you!
Also known as Rocketalypse.
System.out.println("I prefer Java.");