Learn Java in Urdu/Hindi Basic

learn java, learn java in hindi, learn java in urdu, java programming tutorials. java programming language, java programming tutorials, java tutorials, learn java programming, java tutorialsA Guide to Start Programming in Java:

There are many IDEs (Integrated Development Environment) out there for Java. The one I use is JCreator because it has a very nice interface, uses very little memory and is extremely easy to use. This article will guide you through all the steps needed to start programming in Java.


Download and Install the Java SDK

This is the Java compiler meaning this will enable your computer to compile and run Java programs, compared to the JRE (Java Runtime Environment) which allows you to run Java programs but not compile them. The file is quite large (60 megabytes) so it may take a while to finish downloading; installation is simple, just use all the defaults. The Java directory should be something like C:\Program Files\Java. Where ever you install it, make sure you remember!

Download JCreator

Downloading this may also take a while but it is dail-up friendly. I recommend downloading the most recent version of JCreator; however, some people may require you to use past versions. After you download, install with the default settings. Open up JCreator and go to Configure - Options. On the left, go to JDK Profiles and delete everything you see (if you see any). Click on New and go to the directory you installed the Java SDK. This will link the SDK with JCreator so it can actually start compiling.

Start a New Program

After all of this, you'll be able to start a new program. Don't be intimidated by JCreator's start page. I recommend you not read the tutorials they have; instead, find a step-by-step tutorial on the internet or follow this brief tutorial for the "Hello World" program. To make this, you'll need to create a new File. Go to File-New-File... Now, click on Main Class on the right side, leave everything else as is. Name the file "Hello" or something similar; however, remember the name including any capitalizations.

JCreator will automatically write some of the code needed to run the program. If you prefer a blank file, select Blank File during the instructions. In this case, leave it as it is and type "System.out.println("hello world");" in the brackets after "public static void main(String[] args)". It should look like this:

Now go to Build-Compile File in the menu. Then Build-Execute File. This will compile and execute the code which should display "hello world" at the bottom (or in a command prompt under previous versions of JCreator).
Congratulations, you've made your first program with JCreator!

About The Author


Elizabeth Diane is the creator of www.bestprogramminglaptop.com, a research based blog covering programming tips, laptop buying guide and laptop caring guide to help people. Want to know more? Follow her on Twitter.

Learn Java in Urdu Hindi. Watch Complete Tutorials and Learn Complete Java Language in Few Days.

Please mention, If you’ve found any issue with Below video links.

01- Setting up Java on your computer

02- First Program

03- More Explanation and Errors

04- Variables and Int datatype

05- Using Variables

06- More on Int and String Variable

07-  Operators

08- More On Operators

09- Boolean and Logical operators

10- More on Logical Operators

11- If Control Statement

12- For Control Statement

13- While Do-While Control Statement

14- Break Command

15- Switch-Case Control Statement

16- Class

17- Methods

18- Method Overloading

19- Command Line Arguments

20- Introduction to Arrays

21- Array and Memory address explanation

22- More on Arrays

23- Constructors

35- Thread

49- Array List

54- Stacks

55- Hashset

58- GUI

60- Applets

Feel Free To Contact me if you have any Query.

Share:

0 comments:

Post a Comment

Subscribe For Email Updates

Delivered by Pak Talent

YouTube Channel

Facebook Page