Studying Java ―― 1

The reference texts include "i-mode" and "J-phone". Is it okay for smartphone mainstream 2017? Suddenly I was worried. .. ..

I don't care about that.

Preparation

【editor】 CPad for Java2 SDK

Uninflected word

I think it's okay to remember ↓ for a while. It feels like I gradually understand the content as I proceed.

Yomogi.java


public class Yomogi{
    public static void main(String[] args){
        /*Write something here*/
    }
}

-The file extension is ".java". -Match the file name and class name.

Is it OK for the time being if you are careful about it?

Display of character string

The iron plate material "Hello, world."

Yomogi.java


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

The display of the character string -System.out.println ("string") There seems to be another print, but this time.

When you do this.

pic002.JPG

Since it was displayed, it is OK.

This time, I'm also practicing Qiita, so that's about it.

Recommended Posts

Studying Java ―― 3
Studying Java ―― 9
Studying Java ―― 4
Studying Java -5
Studying Java ―― 1
Studying Java # 0
Studying Java ―― 8
Studying Java ②
Studying Java ―― 7
Studying Java ―― 2
Studying Java ①
Studying Java -10
Studying Java 8 (Optional)
Studying java9 (jShell)
Studying Java 8 (Stream)
Studying Java 8 (Collector / Collectors)
Studying Java 8 (see method)
Studying Java 8 (see constructor)
Java
Studying Java ~ Part 8 ~ Cast
Studying Java 8 (lambda expression)
Java
Java learning (0)
[Java] array
Java protected
[Java] Annotation
[Java] Module
Java array
Java scratch scratch
Java tips, tips
Java methods
Java method
java (constructor)
Java array
java (override)
java (method)
Java Day 2018
Java string
Studying Java # 6 (How to write blocks)
Java static
Java serialization
java beginner 4
JAVA paid
Java (set)
[Java] compareTo
java reflexes
java (interface)
Java memorandum
☾ Java / Collection
Java array
[Java] Array
[Java] Polymorphism
Java review
java framework
Java features
[Java] Inheritance
FastScanner Java
Java features
java beginner 3
Java memo
java (encapsulation)