Browsing "Older Posts"

Browsing Category " Java "
The if loop in Java is a statement that a result will be checked and then different continues. Exactly how this works, you will learn in this Tip.

Java programming: The If statement

An If statement can help in different cases, different instructions execute:
  1. Construction: if (condition) { //statement(s) }
  2. The condition must be as a Boolean "true" or "false".
  3. The If statement is executed only if the condition is true.
  4. Is the condition is false, the Code after the If statement further runs.

If loop in Java

By David Amoyal → Monday, May 12, 2014

The if loop in Java is a statement that a result will be checked and then different continues. Exactly how this works, you will learn in thi...

Java classes to create is not difficult. We will show you with the Eclipse IDE, how to quickly and easily create a class.

Create classes in the Java programming

Settings of the class settings of the class classes are custom data types, which are not only the source code is clean and clear, but also methods include. As a class with the help of the Eclipse IDE(Kepler Version) create, you can find here:
  1. Open your project, in which a new class want to create.
  2. Within the project, click the "Package Explorer", right-click the Package in which the class later.
  3. It opens a context menu. Here now click on "New" and then on "Class".
  4. Please rename now your new class. If the class is their Main Method should be, make a check mark in front of "public static void main(string[]args)".
  5. You can also set whether your class is "private", "public", "default" or "protected".
  6. You have all the settings are done, click on "Finish" and your class is created.

Java: create classes

By David Amoyal →

Java classes to create is not difficult. We will show you with the Eclipse IDE, how to quickly and easily create a class. Create classes i...

As the Java Auto-Updater on Windows disable, we show you in this guide. Because Java is annoying quickly when starting the computer with the automatic Updates...

Java: Auto-Update disable

Java Auto Update disable Java Auto Update disable Note that important Java security Updates should install, especially if you regularly Java programs to use.
  1. Click with the right mouse button to click on the Java icon in the Windows bar at the bottom of the screen.
  2. Select the item "properties".
  3. Click on the tab "Update" and uncheck "Automatically check for Updates".
  4. In the next window you can choose, whether you are or not at all, only a month after check for Updates.
  5. Then confirm with "Apply" and "OK".


Java Auto Update disable

By David Amoyal → Friday, May 9, 2014

As the Java Auto-Updater on Windows disable, we show you in this guide. Because Java is annoying quickly when starting the computer with the...