SlideShare a Scribd company logo
Now Loading. Please Wait ...




                Re:Kayo-System Co.,Ltd.

2012   2   21
Re:Kayo-System Co.,Ltd.

2012   2   21
Re:Kayo-System Co.,Ltd.

2012   2   21
package ykmjuku.sample.app;

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




                                                               Re:Kayo-System Co.,Ltd.

2012   2   21
Re:Kayo-System Co.,Ltd.

2012   2   21
Re:Kayo-System Co.,Ltd.

2012   2   21
package ykmjuku.sample.app;

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




                                                           Re:Kayo-System Co.,Ltd.

2012   2   21
Re:Kayo-System Co.,Ltd.

2012   2   21
Re:Kayo-System Co.,Ltd.

2012   2   21
package ykmjuku.sample.app;   package ykmjuku.sample.app;

       public class Hoge {           public class HelloMain {
                                         public static void main(String[] args) {
       }                                     Hoge hoge = new Hoge();
                                         }
                                     }




                                                                   Re:Kayo-System Co.,Ltd.

2012   2   21
package ykmjuku.sample.app;

       public class Hoge {

       }


       package ykmjuku.sample.app;

       public class Hoge {

                public Hoge(int n){

                }
       }
                                      Hoge hoge = new Hoge();

                                                                Re:Kayo-System Co.,Ltd.

2012   2   21
Re:Kayo-System Co.,Ltd.

2012   2   21
package ykmjuku.sample.app;

           public class Hoge {
               class MyClass {

                }
                                         public class HelloMain {
           }                                 public static void main(String[] args) {
                                                 Hoge hoge = new Hoge();

                                                 Hoge.MyClass c = new Hoge.MyClass();
                                             }
                                         }


                                                                 Re:Kayo-System Co.,Ltd.

2012   2   21
package ykmjuku.sample.app;

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




                                                      Re:Kayo-System Co.,Ltd.

2012   2   21
package ykmjuku.sample.app;

            import ykmjuku.sample.app2.Fuga;

            public class HelloMain {
                public static void main(String[] args) {
                    Hoge hoge = new Hoge();
                    Fuga fuga = new Fuga();
                }
            }




                                                           Re:Kayo-System Co.,Ltd.

2012   2   21
package ykmjuku.sample.app;

                public class HelloMain {
                    public static void main(String[] args) {
                        Hoge hoge = new Hoge();
                        ykmjuku.sample.app2.Fuga fuga = new ykmjuku.sample.app2.Fuga();
                    }
                }




                                                                         Re:Kayo-System Co.,Ltd.

2012   2   21
Re:Kayo-System Co.,Ltd.

2012   2   21
Re:Kayo-System Co.,Ltd.

2012   2   21
package ykmjuku.sample.app;

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




                                                           Re:Kayo-System Co.,Ltd.

2012   2   21
package ykmjuku.sample.app;                    package ykmjuku.sample.app;

  public class HelloMain {                       public class Hoge {
      public static void main(String[] args) {       int hello(){
          Hoge hoge = new Hoge();                        System.out.println("Hello World");
          hoge.hello();                                  return 0;
      }                                              }
  }                                              }




                                                                    Re:Kayo-System Co.,Ltd.

2012   2   21
Re:Kayo-System Co.,Ltd.

2012   2   21
package ykmjuku.sample.app;
 package ykmjuku.sample.app;

                                                public class Hoge {
 public class HelloMain {
                                                    void hello(){
     public static void main(String[] args) {
                                                        System.out.println("Hello World");
         Hoge hoge = new Hoge();
                                                    }
         hoge.hello();
                                                    static void hello2(){
                                                        System.out.println("Hello World");
                Hoge.hello2();
                                                    }
           }
                                                }
 }




                                                                     Re:Kayo-System Co.,Ltd.

2012   2   21
Re:Kayo-System Co.,Ltd.

2012   2   21
Re:Kayo-System Co.,Ltd.

2012   2   21
package ykmjuku.sample.app;                    package ykmjuku.sample.app;


   public class HelloMain {                       public class Hoge {
       public static void main(String[] args) {       int mCount;
           Hoge hoge = new Hoge();
           System.out.println("1   ");                void print(){
                                                          System.out.println(mCount);
                    hoge.print();
                                                      }
                    hoge.countUp();
                    System.out.println("2   ");
                                                      void countUp(){
                    hoge.print();                         mCount = mCount + 1;
            }                                         }
   }                                              }



                1
                0
                2
                1


                                                                  Re:Kayo-System Co.,Ltd.

2012   2   21
Re:Kayo-System Co.,Ltd.

2012   2   21
package ykmjuku.sample.app2;

           public class Fuga {
               public class MyClass {
                   void println(){
                       this.hello();
                   }
                   void hello(){
                       System.out.println("MyClass Hello");
                   }
               }

                void hello(){
                    System.out.println("Fuga Hello");
                }

                public void func(){
                    new MyClass().println();
                }
           }

                                                              Re:Kayo-System Co.,Ltd.

2012   2   21
Re:Kayo-System Co.,Ltd.

2012   2   21
Re:Kayo-System Co.,Ltd.

2012   2   21

More Related Content

PDF
夜子まま塾講義1(Javaでhello world)
PDF
Maintainable Software Architecture in Haskell (with Polysemy)
PPTX
Introduction à dart
PDF
PPT
Come on, PHP 5.4!
PPTX
разработка серверов и серверных приложений лекция №4
PDF
concurrency with GPars
PDF
Vielseitiges In-Memory Computing mit Apache Ignite und Kubernetes
夜子まま塾講義1(Javaでhello world)
Maintainable Software Architecture in Haskell (with Polysemy)
Introduction à dart
Come on, PHP 5.4!
разработка серверов и серверных приложений лекция №4
concurrency with GPars
Vielseitiges In-Memory Computing mit Apache Ignite und Kubernetes

What's hot (11)

PDF
Current State of Coroutines
PDF
guice-servlet
PDF
The Ring programming language version 1.5.3 book - Part 78 of 184
PDF
The Ring programming language version 1.3 book - Part 51 of 88
PDF
Mobile Fest 2018. Александр Корин. Болеутоляющее
PDF
Introduction to kotlin coroutines
PDF
Industrial Strength Groovy - Tools for the Professional Groovy Developer: Pau...
PDF
Kotlin for Android Developers - Victor Kropp - Codemotion Rome 2018
PDF
EMFPath
PDF
The Elm Architecture in prod
PDF
The Ring programming language version 1.8 book - Part 95 of 202
Current State of Coroutines
guice-servlet
The Ring programming language version 1.5.3 book - Part 78 of 184
The Ring programming language version 1.3 book - Part 51 of 88
Mobile Fest 2018. Александр Корин. Болеутоляющее
Introduction to kotlin coroutines
Industrial Strength Groovy - Tools for the Professional Groovy Developer: Pau...
Kotlin for Android Developers - Victor Kropp - Codemotion Rome 2018
EMFPath
The Elm Architecture in prod
The Ring programming language version 1.8 book - Part 95 of 202
Ad

Viewers also liked (8)

PDF
夜子まま塾講義11(暗黙的intent)
PDF
京都Gtugコンパチapi
PDF
夜子まま塾講義8(androidの画面デザイン2)
PDF
関西Nfc lab勉強会 宣伝
PDF
関西支部Android勉強会(ロボットxnfc)
PDF
セーラーソン振り返り
PDF
夜子まま塾講義7(androidの画面デザイン1)
PPTX
Kobe.py 勉強会 minecraft piスライド
夜子まま塾講義11(暗黙的intent)
京都Gtugコンパチapi
夜子まま塾講義8(androidの画面デザイン2)
関西Nfc lab勉強会 宣伝
関西支部Android勉強会(ロボットxnfc)
セーラーソン振り返り
夜子まま塾講義7(androidの画面デザイン1)
Kobe.py 勉強会 minecraft piスライド
Ad

More from Masafumi Terazono (20)

PDF
初心者向けSpigot開発
PPTX
Minecraft dayの報告
PPTX
BungeeCordeについて
PPTX
Spongeについて
PPTX
Minecraftと連携するSlackちゃんという会話Botを作った話
PDF
初心者〜中級者 Android StudioによるAndroid勉強会資料(スライド)
PDF
夜子まま塾 2015年1月23日 進行用資料
PDF
PDF
Android wear勉強会2
PDF
夜子まま塾@鹿児島
PDF
関西支部 第二回 NFCLab勉強会 
PDF
日本Androidの会 中国支部資料
PDF
Android+NFC 日本Androidの会神戸支部 勉強会
PDF
関西Unity勉強会
PDF
夜子まま塾講義12(broadcast reciever)
PDF
夜子まま塾講義10(画面の呼び出し)
PDF
夜子まま塾講義9(androidの画面デザイン)
PDF
夜子まま塾講義6(androidでhello world)
PDF
夜子まま塾講義5(実機を接続する)
PDF
夜子まま塾講義4(アプリを動かす)
初心者向けSpigot開発
Minecraft dayの報告
BungeeCordeについて
Spongeについて
Minecraftと連携するSlackちゃんという会話Botを作った話
初心者〜中級者 Android StudioによるAndroid勉強会資料(スライド)
夜子まま塾 2015年1月23日 進行用資料
Android wear勉強会2
夜子まま塾@鹿児島
関西支部 第二回 NFCLab勉強会 
日本Androidの会 中国支部資料
Android+NFC 日本Androidの会神戸支部 勉強会
関西Unity勉強会
夜子まま塾講義12(broadcast reciever)
夜子まま塾講義10(画面の呼び出し)
夜子まま塾講義9(androidの画面デザイン)
夜子まま塾講義6(androidでhello world)
夜子まま塾講義5(実機を接続する)
夜子まま塾講義4(アプリを動かす)

Recently uploaded (20)

PPTX
A Presentation on Artificial Intelligence
PPTX
1. Introduction to Computer Programming.pptx
PDF
Unlocking AI with Model Context Protocol (MCP)
PDF
Encapsulation_ Review paper, used for researhc scholars
PDF
Video forgery: An extensive analysis of inter-and intra-frame manipulation al...
PPTX
Spectroscopy.pptx food analysis technology
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PDF
Assigned Numbers - 2025 - Bluetooth® Document
PDF
Empathic Computing: Creating Shared Understanding
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PPTX
Group 1 Presentation -Planning and Decision Making .pptx
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PDF
Machine learning based COVID-19 study performance prediction
PPTX
Tartificialntelligence_presentation.pptx
PDF
NewMind AI Weekly Chronicles - August'25-Week II
PDF
Approach and Philosophy of On baking technology
PDF
gpt5_lecture_notes_comprehensive_20250812015547.pdf
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
A Presentation on Artificial Intelligence
1. Introduction to Computer Programming.pptx
Unlocking AI with Model Context Protocol (MCP)
Encapsulation_ Review paper, used for researhc scholars
Video forgery: An extensive analysis of inter-and intra-frame manipulation al...
Spectroscopy.pptx food analysis technology
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
Assigned Numbers - 2025 - Bluetooth® Document
Empathic Computing: Creating Shared Understanding
Advanced methodologies resolving dimensionality complications for autism neur...
Group 1 Presentation -Planning and Decision Making .pptx
Diabetes mellitus diagnosis method based random forest with bat algorithm
Machine learning based COVID-19 study performance prediction
Tartificialntelligence_presentation.pptx
NewMind AI Weekly Chronicles - August'25-Week II
Approach and Philosophy of On baking technology
gpt5_lecture_notes_comprehensive_20250812015547.pdf
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
Building Integrated photovoltaic BIPV_UPV.pdf

夜子まま塾講義2(javaのクラスとメソッド)