Udjuni.com

udjuni.com search:




Starting to program in Java


Most java developers would describe it as an innovative programming language that enables a developer to write what is called "Applets" or pieces of java code that can be embedded in web pages. In addition to this benefit, compiled java code can be run on a variety of machines and operating systems with java support.

The language also has a robust support for Internet or network based applications. Such applications can be coded with a scripting language called Java Server Pages (JSP), which can dynamically generate HTML code. These scripts are run on the server side, thus the risk of anyone getting a hold of your source code is minimal.

To get started, you will need to download the java compiler or SDK from Sun website. Once you have installed it on your computer, take a look at the file named "readme.txt" (this name may change depending on your version of Java). This file will tell you how to configure your JAVA_HOME and CLASSPATH system variables. This should take less than a minute and that is it. You are done with your installation.

Java Development environment and tools



Now you need the tools that will enable you to write your java code. You can even use a text editor such as Notepad if you want, but I would recommend free tools such as JCreator and Gel. These tools give you the advantages of a robust development environment and has features such as code completion and makes it extremely easy for you to compile and debug your code. Do not worry too much about the terminology used, you will get it in the next few postings.




RELATED ARTICLES:


Compiling and executing a java program
Java source code is always stored in a file with a .java file extension. Once you have created your source code, you simply save it with a .java extension and it is ready to be compiled. To compile your java code, you use the f

Introduction to Java programming
Computer program as we learned in the posting Introduction to Programming

Java variables and data types
A variable is defined as a named piece of memory that a java program uses to store data. Each of these storage pieces can only store data of a certain type. In other words, if you defined as variable of type integer, that variable can only hold inte

Starting to Program in PHP
As defined in the posting “Introduction to programming”, is the art of giving step-by-step instructions to a computer telling it to do whatever you want. There are many programming languages ranging from what is termed first generation languages which are represented in strings of binary digits (zer

Business Operations and the Environment
Running a business effectively require managers to fully understand what they are trying achieve. In other words managers or business owners have to develop a clear vision of how the business operations should help the business attain its long-term goals. This also means identifying the role

Introduction to Programming
What exactly is programming? Programming can be defined as the art of telling a computer to do whatever you want it to. If you are reading this posting you probably started off with switching the computer on and then opened the browser that got you to this page. Every comp

Software Development Life Cycle
In developing software applications, one has to gather all requirements, analyze them and then translate them into a language that computers can understand. This is the simplest and most abstract picture of what is involved. In real life, every stage of your development cycle has its

breaking code periodic table


PL/SQL code blocks
Like any procedural language, the basic unit of PL/SQL program is a block. Within those blocks you find statements that are executed as a unit. In PL/SQL, blocks are further classified into different categories that include; Labeled blocks - this are used to give a c

Did not find it? Try udjuni.com search:







© 2009 UdjunI LLC. All rights reserved | Privacy policy | Tutorial Index | RSS Feed