35 lines
1.3 KiB
Markdown
35 lines
1.3 KiB
Markdown
---
|
||
title: Hello World
|
||
author: kazu634
|
||
date: 2008-05-15
|
||
wordtwit_post_info:
|
||
- 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:4011;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}'
|
||
categories:
|
||
- java
|
||
|
||
---
|
||
<div class="section">
|
||
<p>
|
||
研修でJavaに入りました。とりあえず現状はCと似たことをやっているので、ついて行ける感じ。でも、オブジェクト指向が…多態性が…ちょっと勉強しないといけない感じ。
|
||
</p>
|
||
|
||
<pre class="syntax-highlight">
|
||
<span class="synType">class</span> temp
|
||
{
|
||
<span class="synType">public</span> <span class="synType">static</span> <span class="synType">void</span> main(String args[])
|
||
{
|
||
System.out.println(<span class="synConstant">"Hello World"</span>);
|
||
}
|
||
}
|
||
</pre>
|
||
|
||
<p>
|
||
<center>
|
||
</center>
|
||
</p>
|
||
|
||
<p>
|
||
<a href="http://flickr.com/photos/person-qtr/791395496/" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://flickr.com/photos/person-qtr/791395496/', '');" title="LovinG U is not an Option !"><img src="http://farm2.static.flickr.com/1401/791395496_5a9fb01be2_m.jpg" /></a>
|
||
</p></p>
|
||
</div>
|