Dollars BBS | Technology

feed-icon

Main

News

Animation

Art

Comics

Films

Food

Games

Literature

Music

Personal

Sports

Technology

Random

Java Programming (9)

1 Name: Mnizus : 2015-02-04 06:38 ID:h6BDB3Cw [Del]

Any java programmers here? Can you give a summary of how to code in java? I mean the syntaxes and the rules :D

2 Name: Setton : 2015-02-04 07:11 ID:jcv+gWa9 [Del]

Hi! I'm not already a programmer but I know the basic syntax ^^

public class {
public static void main(String[]args){

//how to output a message
System.out.print("This is a sample comment");
}
}

1.) the classname and the filename must be the same
2.) double slash means single comment. If you want to have a multiple comment use is /* and */
3.) white spaces are ignored

It's just the super basic, but I think you already know this. Just in case ^^

3 Name: Mnizus : 2015-02-04 07:46 ID:h6BDB3Cw [Del]

yeah I knew it but still , thanks ^^

4 Name: VampirePotato : 2015-02-04 16:02 ID:JfFE/hUc [Del]

You'd be better off with other online sources. When I just started out KhanAcademy helped me with the basics and I can proudly say it's rather strong. From there on out it depends on what you want to do

5 Name: LolnationCH : 2015-02-04 21:34 ID:1y1vzOcY [Del]

I know c,c++,java and c#(or c-sharp). I'm gonna give you a tip, java is not worth it. c# is like c++ and java had a baby, so yeah...

6 Name: Kokkuri-san : 2015-05-02 04:10 ID:xvD5H3xm [Del]

DOES ANYONE KNOW....


...How to get java 7 installed and COMPLETELY uninstall java 8?

7 Name: Irio : 2015-05-03 08:42 ID:3561tjOy [Del]

@Mnizus, search for "thenewboston" on youtube. He has super easy to understand Java tutorials.

@Kokkuri-san, just go to your control panel and uninstall java. Then download Java 7 then install that one, then prevent updates.

8 Name: DaiMajutsu : 2015-05-04 09:26 ID:Q4IsS5jW [Del]

https://www.youtube.com/watch?v=E3418SeWZfQ

9 Name: Mihai-san : 2015-05-19 14:06 ID:pTfg1RK2 [Del]

I learned Java from here. It has complete and free lessons with all you need:
http://www.tutorialspoint.com/java_technology_tutorials.htm