Where about java

Where is java

Doko java is a cloud service that allows you to develop and execute java with just a browser on your computer or smartphone.

Recommended for those who do not have a PC at home, who want to do java programming but cannot build an environment, or who have trouble building an environment.

Where to use java

Move to the java page from the URL described in the refreshing introduction to Java by Kiyotaka Nakayama and Daigo Kunimoto

Where java

After moving to the page, type the code to compile and execute. When compiling and executing, authentication like the image below will be displayed, so enter it

Screenshot_2018-08-08-17-19-44.png

This time I ran a program that displays the most basic Hello World The sample code is shown below.

HelloWorld.java


public class HelloWorld{
    public static void main(String args[]){
        System.out.println ("Hello World");
    }
}

The execution result is displayed at the bottom of the screen.

Screenshot_2018-08-08-17-19-35.png

Summary

This time I had to create a program as an issue when I didn't have a PC, so I actually used it, but the specifications were perfect for writing a basic program. However, image authentication is performed again for compilation and execution, it is a little difficult to see unless there is a certain screen size to write code, and when typing code, input on the smartphone is when typing on the keyboard It is a little difficult to hit because it changes a little.

References

A refreshing introduction to Java (Impress, Inc. Kiyotaka Nakayama, by Daigo Kunimoto)

Recommended Posts

Where about java
About Java interface
[Java] About Java 12 features
[Java] About arrays
Something about java
About Java features
About Java threads
[Java] About interface
About Java class
About Java arrays
About java inheritance
About interface, java interface
About List [Java]
About java var
About Java literals
About Java commands
About Java log output
About Java functional interface
Java, about 2D arrays
About [Java] [StreamAPI] allMatch ()
About Java StringBuilder class
[Java] About Singleton Class
About Java method binding
[Java] About anonymous classes
About method splitting (Java)
[Java Silver] About initialization
About Java Array List
About Java Polymorphism super ()
About inheritance (Java Silver)
About Java String class
About Java access modifiers
About Java lambda expressions
About Java entry points
About Java 10 Docker support
Personal summary about Java
[Java] About enum type
All about Java programming
About java abstract class
A note about Java GC
What I researched about Java 8
About an instance of java
What I researched about Java 6
[Gradle] About Java plug-in tasks
about the where method (rails)
About Java variable declaration statements
What I researched about Java 9
[Java] About try-catch exception handling
About Java class loader types
[Java Silver] About equals method
[Java] About String and StringBuilder
Java
What I researched about Java 7
About =
About Alibaba Java Coding Guidelines
About Java class variables class methods
About Java Packages and imports
About abstract classes in java
Java
[Android / Java] Learned about DataBinding
What I researched about Java 5
About Java static and non-static methods