View Single Post
Old 24-06-2011, 07:38 PM   #31
abhisays
Administrator
 
abhisays's Avatar
 
Join Date: Dec 2009
Location: Bangalore
Posts: 16,772
Rep Power: 137
abhisays has a reputation beyond reputeabhisays has a reputation beyond reputeabhisays has a reputation beyond reputeabhisays has a reputation beyond reputeabhisays has a reputation beyond reputeabhisays has a reputation beyond reputeabhisays has a reputation beyond reputeabhisays has a reputation beyond reputeabhisays has a reputation beyond reputeabhisays has a reputation beyond reputeabhisays has a reputation beyond repute
Send a message via Yahoo to abhisays
Default Re: आओ java सीखे ::

Code:
 
 
class HelloWorld {
    public static void main(String[] args) {
        System.out.println("Hello World! Let's study java"); // Display the string.
    }
}
तो दोस्तों यह है जावा का पहले प्रोग्राम..

इसे आप text editor में लिखे और .java extension के साथ save करे. file ka naam hoga..

HelloWorld.java

एक बहुत ही अच्छा टेक्स्ट एडिटर है.

आप इसे डाउनलोड कर सकते हैं.. http://notepad-plus-plus.org/download
__________________
अब माई हिंदी फोरम, फेसबुक पर भी है. https://www.facebook.com/hindiforum
abhisays is offline   Reply With Quote