eHow launches Android app: Get the best of eHow on the go.

Java Programming

Sort by:
Best Match
Most Popular
Newest

Showing 1-50 of 132 results

  • Java 1.5 Enum Tutorial

    The enum type is a new feature in the Java 1.5.0 language, designed to solve weaknesses in the way enumerated values were handled in prior Java versions. At its most basic, it adopts a structure...

  • Definition of a Java Virtual Machine

    All Java programs require the use of a special piece of software, the Java Virtual Machine, in order to run. This program provides applications with a stable environment that does not change...

  • How to create the program "Hello World" using a java program

    The first program generally created in any first year Computer Science class. With this quick article, you'll be able to make the HelloWorld program.

  • How to Create Turn-Based Games

    Game development can be fun and exciting. However, it's also a tremendous challenge with a steep learning curve. While the old two player game Tic Tac Toe may not be as exciting as Quake or...

  • How to Create a Savings Account Class With Java

    When creating a class to model the information for a savings account in Java, a number of special considerations come into play. The most important of these is a subtle weakness in the Java...

  • What Is the File Extension Policy?

    Java is a programming language used to create applications for Web sites and add-on features for Web browsers. A number of files are associated with Java, including .policy files.

  • What Is the File Extension .MF?

    Java is a type of computer programming language used primarily to power applications or animations on websites. A number of files are associated with Java, including .mf files.

  • Core Java Tutorials

    Core Java refers to the fundamentals of programming in the Java programming language. Java is developed by Sun Microsystems, which offers books, training, and online tutorials for core, advanced...

  • How to crack SCJP

    Its not that difficult to crack SCJP and you may get full score if you follow simple tips and all you need to do is a lot of practice. As you are starting for the exam you must know Java basics...

  • Java 1.5 Methods

    The Java programming language, created by Sun Microsystems, has a growing standard API to provide programmers with a wide variety of tools for accomplishing common tasks. Java 1.5, also known as...

  • Java Runtime Exec Tutorial

    Java's Runtime class provides access to the runtime environment in which the application is running. Runtime's exec methods allow you to run external programs from a Java application. Executing...

  • How to Make Your Own Computer Dice Game

    Simple dice games can be easily created in Java by creating a wrapper around the Random class called Dice. This wrapper will include a simple dice game and can be used as a dice abstraction within...

  • What Is the File Extension J?

    A file whose name ends with the .j extension may be a Java source file, a JPEG image file, or a JAR archive file.

  • How to Program Apps for the Android

    Google's new mobile handset operating system will bring the same revolutionary mobile application development for android that happened has evolved with iPhone and the iPhone app store. For the...

  • Java Certification FAQs

    The Java programming language is used for a variety of different applications, including Web-based applications, applications for mobile devices, business software and games. Java certification...

  • How to Build a Website Using Java

    Java is a powerful and versatile language that can be used to develop a variety of applications, including websites. This guide will cover the basic steps involved in building a website using...

  • How to Create Exception Classes in Java

    The Java programming language takes an exceptions-based approach to handling error detection and handling in code. Rather than create a complex system of nested if-else statements to try to catch...

  • How to Convert Meter to Foot in Java

    It's easy to forget sometimes that the primary reason computers were invented was to perform repetitive mathematical tasks, like converting meters and feet. This example will not only illustrate...

  • How to Create a Hangman Game With Java

    Everyone remembers playing the word-guessing game Hangman as a child. One player secretly chooses a word. The other player has to guess letters that may be in the word. If she is right, the...

  • How to Install Java Programs

    Java is a free tool that developers and web users everywhere use on a daily basis. It is a simple computer language that is written so that (in theory, at least) any computer running any operating...

  • Examples of Reversing Numbers in a Java Program

    Java is a powerful programming language with a wealth of useful classes and methods that simplify tedious tasks and complex data structures. The exercises of reversing digits in an integer...

  • Java BorderLayout Tutorial

    In Java's Swing GUI library (as well its precursor AWT), the arrangement of components within a frame or panel is determined by an implementation of the LayoutManager interface. The LayoutManager...

  • How to Build Your Own Solar System in Java

    Modeling a solar system in Java, besides being fun, is a good exercise to illustrate and practice thinking in terms of some basic concepts in Object Oriented Design (OOD), especially inheritance...

  • Advantages & Disadvantages of Java Virtual Machine Interpreter

    The Java programming language is designed to run through a "virtual machine." This is unlike languages such as C, where a program is written and compiled for a specific architecture and operating...

  • Java Collection Tutorials

    A common mistake made by new programmers is to store all collections of data in simple arrays. While the basic array is a great data structure, it has a number of weaknesses that can be avoided by...

  • How to Delete Password for a Toshiba Tecra M2

    If you lose the BIOS password of a desktop computer, the solution is simple--remove the battery backup for the BIOS and your password is deleted. Unfortunately, in the case of the Toshiba Tecra M2...

  • Java Runtime Problems

    Java is one of the most commonly used coding language in use as of 2009. Applets ranging from games to complex queries are run on Java and its Runtime application. But as with every coding...

  • MySQL JDBC Tutorials

    The Java Database Connectivity (or JDBC) API is a set of standard classes designed to provide a single unified interface for connecting to all major database solutions. Supported databases for the...

  • Java Tutorial on the Random Method

    Randomly generated numbers have many uses in computer programs, such as creating unpredictability in games, modeling simulations and performing encryption. Java provides two techniques for...

  • How to Use The Reflection API

    The refletion API a power full tool in java learn how to use it simply

  • Java Time Tutorials

    The Java language keeps track of time entirely in terms of the number of milliseconds that separate a moment from midnight, January 1, 1970 UTC and stores this value as a long (64 bit) integer....

  • Java Exceptions Tutorial

    An exception occurs when an abnormal situation (such as an error or problem) occurs that a method is unable to handle. The method exits by "throwing" an exception, communicating to the calling...

  • How to Get Java to Load on Windows XP

    To improve the graphical quality of your Web browser, you should download and install Java. With Java, you can see images and videos with much better clarity than you can without it. Once you've...

  • Free Java Tutorials

    Learning a new programming language is often challenging. Learning and mastering Java---an extensive language with seemingly endless classes, packages, frameworks, APIs, technologies, acronyms,...

  • JDBC ResultSet Example

    The Java Database Connectivity (JDBC) Application Programmer Interface (API) provides classes for connecting to and accessing tabular data, including relational databases. The ResultSet class...

  • How to Add ActionListener

    ActionListener is a library of classes that gives Java developers a method of capturing events. An event is fired whenever a user interacts with an application. For instance, clicking a button...

  • Java Image API Tutorial

    The Java API provides you with a large library of standard classes that exist to make tasks--which would be complicated and time-consuming under languages such as C--become relatively fast and...

  • File Handling in Java Tutorial

    One of the features of the Java programming language is the large library of standard classes for solving routine programming tasks with relative simplicity. The idea is to allow programmers to...

  • How to Run a Script File in Java to Output an XML File

    Creating XML files is used by programmers who want to create dynamic pages from Java code. XML files can be used to import values into a database, or they can be used to display lists of data to a...

  • How to Use Request Object in Java

    Java Server Pages (JSPs) are designed to run from a Web server and give Java programmers the ability to dynamically create Web pages in response to client or other computer requests. JSPs use...

  • How to Convert Java Objects

    The Java programming language was unique when it was first released in the mid 1990s in that the language was designed to be a hierarchy of classes. Unlike C++, which extended the C programming...

  • How to Learn Struts

    Jakarta Struts is an Apache-sponsored, open-source, Java Enterprise-based development framework that builds on the Java Servlet programming libraries. Struts uses Java Servlets to create content...

  • How to Build a Java Desktop Database Application

    The Java programming language includes the JDBC programming library that allows a developer to make database-driven server and client-side programs. JDBC is also incorporated in the NetBeans Java...

  • How to Use Java Struts

    Java Struts is an Apache-based, open source framework used to build Web-based programs that utilize the Java family of Web technologies. Java Struts makes use of the Model View Controller (MVC)...

  • How to Make a Key

    Public key cryptography (PKI) is used on the Internet to permit secure business transactions and provide a secure environment on the Web when required. One method of using PKI is a combination of...

  • How to use a Java Prepared Statement

    Java's JDBC framework gives developers a powerful way to interact with databases. One of the tools provided is the PreparedStatement class. PreparedStatements can be used to execute any kind of...

  • How to Run Java Beans

    JavaBeans is the name for the component architecture structure for the Java 2 Platform, Standard Edition. Sun labeled its predefined component structure JavaBeans to differentiate the Java...

  • How to Run Java Servlets

    Java Servlets refer to Java programming language objects that are used to take requests from users or other computer systems dynamically and send appropriate responses. The Java Servlet Applied...

  • How to Use Filefilter in Java

    The Java programming language was developed in the mid-1990s by Sun Microsystems. Java programs can run on any operating system that supports the programming language through the use of a common...

  • How to Configure a Java Plugin

    The Java programming language was developed in the mid-1990s by Sun Microsystems. Java programs can run on any operating system that supports the programming language through the use of a common...

Copyright © 1999-2009 eHow, Inc. Use of this web site constitutes acceptance of the eHow Terms of Use and Privacy Policy .   en-US Portions of this page are modifications based on work created and shared by Google and used according to terms described in the Creative Commons 3.0 Attribution License. † requires javascript

Demand Media