All Posts in Java

Java

Hi

I made a kinda social media website. This is the link filacom.rf.gd :) I made it in 1 month

Hey, I made a website. This is the link:

filacom.rf.gd

1 = Filaservice

2 = Filahelp

3 = FilaCommunication

which number do you choose

1 = Filaservice

2 = Filahelp

3 = FilaCommunication

which number do you choose

Minecraft is made with Java?!

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

YouTube
https://www.youtube.com/watch?v=BES9EKK4Aw4
youtube.com

Minecraft created with Java?!

How to make Hello, world!!! in console

code:

public class java {

public static void main(){

System.out.println(Hello, world!!!!);

}

}