Home

Submit

Source

Feeds

Home » Java » General Development ::

Java General Development
Learn about creating more efficient classes.
Related Tutorials
Java Miscellaneous
3 base classes for a Java game programmer
Java / Miscellaneous
This article describes a system of three classes I wrote for making Java games. You may use them for learning or for making your own games. You will only need to extend one of them, while the classes I wrote handle input (by listening to it, and informing your class whenever an input event happens) and output (by asking your game class for what to paint on the screen).

Site: www.mysuperiorgames.com Report - View Tutorial

Java Miscellaneous
Using Google Web Services API in Java
Java / Miscellaneous
Google uses SOAP and WSDL standards to allow access from most programming languages. In addition to the SOAP access, Google has created a set of Java wrapper classes that encapsulates access to the Google Web APIs. This tutorial discusses the Java classes and the functionality of the Google web services.

Site: www.codebeach.com Report - View Tutorial

Java General Development
Interfaces in Java
Java / General Development
In Java, a class can have at the most one immediate superclass. Multiple inheritance, where a class has more than one superclass, is not allowed in Java. However, one cannot ignore the importance of multiple inheritance because a large number of real-life applications require the use of multiple inheritance. Java provides an alternative approach to support multiple inheritance by introducing a new data type known as interfaces. Although a class cannot inherit multiple classes, it can implement more than one interface.

Site: www.ucertify.com Report - View Tutorial

Java JSP and Servlets
Examining Java Servlets in detail
Java / JSP and Servlets
Article examines Java Servlets in detail and discusses HttpServlet, ServletConfig and ServletContext classes and issues like Servlet preloading.

Site: www.stardeveloper.com Report - View Tutorial

Java Database Integration
JDBC Tutorial
Java / Database Integration
The JDBC ( Java Database Connectivity) API defines interfaces and classes for writing database applications in Java by making database connections. Using JDBC you can send SQL, PL/SQL statements to almost any relational database. JDBC is a Java API for executing SQL statements and supports basic SQL functionality.

Site: www.jdbc-tutorial.com Report - View Tutorial

Java Getting Started
Java Programming Language Basics - Reflection Basics and Class Class
Java / Getting Started
The standard J2SE platform libraries include a reflection API. This API allows classes to reflect on themselves, to see their inner selves. Typically not used by developers, but by tool developers such as those creating an IDE like NetBeans, the reflection API lets you discover the names of classes, methods, and fields.

Site: forums.techarena.in Report - View Tutorial

Java EJB and Javabeans
What are JavaBeans?
Java / EJB and Javabeans
JavaBeans are usual Java classes which adhere to certain coding conventions.

Site: www.stardeveloper.com Report - View Tutorial

Java General Development
JT-Java Trainer
Java / General Development
Java Trainer (JT) is for students who intend to learn Java , C#(or C++ for that matter). It is a simple programming system in a web page (no install), with a language close to C and Java, but cut-down.

Site: www.mikeparr.info Report - View Tutorial

Java Getting Started
Beginner Java Tutorial
Java / Getting Started
Java programming language (object-oriented) is developed by Sun Microsystems. Java is a simple, scalable, general purpose object oriented programming language. This is a beginner java tutorial website covering java basics along with java source code.

Site: www.beginner-java-tutorial.com Report - View Tutorial

Java Getting Started
Java/Introduction to Java
Java / Getting Started
This section introduces you with JAVA. Java is an Object Oriented Programming similar to C++ and Smalltalk. But JAVA is platform independent and follows the principle of WORA ( Write Once and Run Anywhere). It is unlike C, C++ which means that you write a JAVA program and compile it only once and run it on any operation system be it Windows, Linux, Solaris etc. If we talk about C++ then it is not all platform independent because needs to be compiled on each operation system in order to execute the program on different operation system. We will discuss this in detail in section Java Virtual Machine that how it achieve such a platform independence where as C, C++, FORTRAN, VB, VC++ and many others.

Site: www.meshplex.org Report - View Tutorial

Java Getting Started
Java as a useful Platform
Java / Getting Started
A brief introduction of Java for getting ready to start programming with Java.

Site: www.geekpedia.com Report - View Tutorial

Java Miscellaneous
The Java Game Development Tutorial
Java / Miscellaneous
You should be already able to program in Java, although you don't have to be a expert! The tutorial will give you a very detailed introduction into the development of online games using Java. We will talk about Java Applets because everyone has a Internet browser, so everyone is able to play these games without installing the JDK!.

Site: javaboutique.internet.com Report - View Tutorial

Java Getting Started
Weighing in on Java native compilation
Java / Getting Started
Java native compilation would surely topple the JVM, taking with it the Java platform's hard-fought platform independence. But even with its growing popularity and the increasing number of native compilers on the market, native compilation has a way to go before it poses a real threat to Java code's portability.

Site: www-128.ibm.com Report - View Tutorial

Java Miscellaneous
Jikes Bytecode Toolkit
Java / Miscellaneous
A 100%-Java class library that enables Java programs to create, read, and write binary Java class files.

Site: www.alphaworks.ibm.com Report - View Tutorial

Java Miscellaneous
Bridging the gap to COM
Java / Miscellaneous
One of the strengths of the Java platform is its object-oriented nature; one of the benefits of object-oriented languages is that they aid code reuse. But what if you're a Java programmer and you want to reuse code that wasn't written in the Java language? With Bridge2Java, an IBM alphaWorks technology, Java developers can integrate COM objects into their applications.

Site: www-128.ibm.com Report - View Tutorial

 
Site Search

 
Categories
2D Graphics 3D Graphics Office Applications Databases Desktop Programming Web Development
 
Advertisement