Miscellaneous
Results 1 - 20 of 70
Java Programs and MySQL Servers
This Tutorial provides tutorial notes on MySQL JDBC driver. Topics include installing MySQL JDBC driver; connection URL and DriverManager class; DataSource and Connection objects; server and driver information; creating tables with auto-increment columns.
Java file handling tutorial
This tutorial demonstrates you the basic Java file handling concepts with code examples.
Demonstration of Linked List in java
It is a simple demonstration of Linked list in java programming language. Very simple and well commented java source code for the beginners. Linked list of points are used to create a Polyline and display it.
Demonstration of the try-catch-finally
Demonstration of the try catch finally exception handling mechanism in java programming language.
The Java Pack
This Java Scripts Pack is going to make you wonder what you did before you downloaded this, now you can add brilliant dynamic features to your web pages, with the click of a mouse you will get the code to paste directly into your web pages.
Creating a text adventure game in Java
This is a series of tutorials that show you how to create an object-orientated adventure gaming system.
TechCuBeTalk - Creating a struts project using Eclipse Ganymede
The author teaches how to use the latest version of Eclipse Ganymede to develop the struts project without paying huge licence cost by using WSAD or other costly tool. This article shows that we can do anything with world's best java IDE Eclipse.
Java Tool Tutorials - The Java Class File Disassembler
This Tutorial provides tutorial notes on 'javap', the Java class file disassember. Topics include list of 'javap' command options, showing public variables and methods, showing private variables and methods, disassembling bytecode to JVM assembler...
(show more)
Java Interview Questions Library
This is a complete library of mostly asked java interview questions bank with complete descriptive answeres. Here you will find Java Interview Question, Java Tutorials and Java Tips
Technology Trends Involving Java
Java is an object-oriented programming language (OOP) for Web browsers. It is organized around data rather than actions and supports polymorphism (which allows the same code to be written generically so it can function with different datatypes),...
(show more)
Playing WAV files using Java
There is source code of simple class AePlayWave in this article, which can play WAV(AUFF, SND, AU might also be supported) sound files asynchronously (in a separate thread, without interruption of main program). It is possible to use it in console or GUI...
(show more)
Servlets Advanced
After describing some basic programming of servlets, we will describe some advanced topics of servlets in this tutorial, viz., Session Tracking, Servlet Filters, Servlet Life Cycle Events, Including, forwarding and redirecting, Servlet Chaining and...
(show more)
Antipatterns In Java Programs
An antipattern can be defined as a bad design in the Java language. Antipatterns will bring forth bad answers in a way that is easy for some people to understand. If you are programming with Java, it is important to understand both antipatterns and...
(show more)
JSP Basics
Java Server Pages (JSP) is a Java API in J2EE which allows dynamic creation of web pages using Java. It has the same purpose as other existing technologies like CGI or PHP. In this tutorial you will learn about Lifecycle of JSP pages, Dynamic content...
(show more)
How a Profiler Can Improve Your Java Applications
If you have been working with C++ programs for longer than five years, you should be well aware of the difficulties involved with debugging software. However, many younger programmers don't have experience with these issues because Java deals with memory...
(show more)
How Code Reviews and PMD Can Crush Bugs In Your Code
The ability to review your code is one of the best methods to find bugs and other issues which can cause your program to perform poorly. In fact, one of the hardest things about writing a program is debugging it. When programmers get together and share...
(show more)
How To Run J2ME Programs on Palm Devices
Palm products are very popular mobile communication tools which have a large number of properties. Because of the properties that these devices have, they have been combined with programs such as Java.
How To Create a Java Server Application
The invention of the internet and web browsers has had a massive impact on the way people send and receive information. If you are like many people, you probably get your news and other important information from the internet.
How To Develop RFID Applications In Java
Radio Frequency Identification, also known as RFID, is a tool which is being used in a large number of industries. There are a number of software programs which can work with RFID, and an example of this is RFID Anywhere by Sybase iAnywhere. It was...
(show more)
How To Use Java DB as Your Client Mobile Database
A database which is embedded in a Java application can be an excellent idea which has a lot of potential. It is currently possible to use it for a client portable database in both browser and desktop programs.
