Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

2학기자바스터디/첫번째모임: Difference between revisions

From ZeroWiki
imported>Unknown
No edit summary
 
(Repair batch-0001 pages from live compare)
 
(One intermediate revision by the same user not shown)
Line 11: Line 11:
  public class ljh {
  public class ljh {
   
   
  public static void main(String[] args) {
  public static void main(String[] args) {
  System.out.println("ddd");
  System.out.println("ddd");
  }
  }
Line 20: Line 20:
----
----
[[2학기자바스터디]]
[[2학기자바스터디]]

Latest revision as of 23:55, 26 March 2026

자바 툴 깔기

SDK SE 1.4.2_01 [1]

Eclipse [2]


출력

public class ljh {

	public static void main(String[] args) {
		System.out.println("ddd");
	}
}

DeleteMe) 결국... 모인다는 소리없이;; -상욱


2학기자바스터디