Want to hire a development team?
Search Filter
Search Filter
Sort Listings By
Show Only
By Customer Review
Licence Type
By Technology

Top Rated Scripts | Java | Tutorials & Tips

Results 41-60 of 301
Java 2 Micro Edition (J2ME) Application Development : MIDP Programming.
posted byfaisalinWAP & WML
Sample chapter from "Java 2 Micro Edition (J2ME) Application Development" on Mobile Information Device Profile programming.
(6 ratings)
Reviews0
PriceFree
Views2794
How to set cookies in JSP
You can put client's browser a cookie in JSP easily. Following example displays how to create cookie and set target browser.
(6 ratings)
Reviews0
PriceFree
Views2631
Connecting to a MySQL Database using Connector/J JDBC Driver.
A tutorial on how to connect to a MySQL Database using Connector/J JDBC Driver. Explains what are database URLs? Why and how to specify JDBC driver names? Then moves on to write a simple Java program to connect to a MySQL database server. Explains all the code in detail.
(15 ratings)
Reviews0
PriceFree
Views5718
Console Based Java Calculator
This is a small Console Based Java Calculator that can add, subtract , divide and multiply two numbers. Find the square root of a number, cube of a number, nth Power of a number. It is very for the begnners of Java....
(9 ratings)
Reviews0
PriceFree
Views4183
Counting Records in MySQL by JSP
This code source displays count of records in MySQL. We are using a SQL statement. You can easily modify the code to use in different languages. But this code can be used for JSP with MySQL. We will use Connector/J driver to connect database.
(10 ratings)
Reviews1
PriceFree
Views2932
What is Polymorphism
Polymorphism means any forms. In OOPS, it refers to the capability of objects to react differently to the same method. Polymorphism can be implemented in the Java language in the form of multiple methods having the same name. Java code uses a late-binding technique to support polymorphism; the method to be invoked is decided at runtime.
(9 ratings)
Reviews0
PriceFree
Views962
Examining Java Servlets in detail
This article examines Java Servlets in detail and discusses HttpServlet, ServletConfig and ServletContext classes and issues like Servlet preloading and initialization parameters.
(3 ratings)
Reviews0
PriceFree
Views1961
JSci: An open-source alternative for Java 2D graphing
Java 2D may be the most obvious solution for programming 2D graphs in Java programs, but it's not the only one. This article proposes an elegant alternative in the form of Java Objects for Science (JSci), an open-source package that lets you create 2D bar graphs, pie charts, and line graphs in Swing.
(3 ratings)
Reviews0
PriceFree
Views2249
Simplest Multiple Column Sorting (Up & Down) in JSP
This is the simplest and fastest code that shows how to implement multiple-column table sorting in JSP (Sort Ascending & Sort Descending). Excellent for JSP Database beginers Author: Tanwani Anyangwe
(3 ratings)
Reviews0
PriceFree
Views3118
Out of the Sandbox
Get your applet out of the sandbox. This guide takes you through the steps involved in creating digitally signed applets. These trusted applets can overcome the restrictions placed by the sandbox such accessing local files and folders.
(3 ratings)
Reviews0
PriceFree
Views1908
Concurrency in JDK 5.0 Tutorial
JDK 5.0 added major new support for developing concurrent applications, including JVM changes, new low-level synchronization utilities, and higher-level, thread-safe, high-performance concurrency classes such as thread pools, concurrent collections, semaphores, latches, and barriers. Learn how these new classes can help make your code faster, more scalable, more reliable, and easier to maintain.
(3 ratings)
Reviews0
PriceFree
Views1882
Kode Java Latest 100 Java Examples
This page contains latest 100 Java examples in Kode Java Website
(3 ratings)
Reviews0
PriceFree
Views1166
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.
(3 ratings)
Reviews0
PriceFree
Views997
How to ZIP data in java
This guide shows how to compress / decompress data using ZIP, and provides an example utility to perform this task.
(3 ratings)
Reviews0
PriceFree
Views483
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.
(19 ratings)
Reviews1
PriceFree
Views13088
Long-term persistence: Serialize JavaBean component state to XML
The ability to save the JavaBean component state for long-term persistence within an XML document has been a topic of much discussion with Java developers in the past few years. This feature has finally been adopted in the 1.4 version of J2SE. This article shows you how to use the new XMLEncoder and XMLDecoder classes, bypassing serialization and allowing you to generate fully initialized bean instances.
(6 ratings)
Reviews0
PriceFree
Views2008
Applets and Native Methods.
A guide to calling native methods from with in java applets. Explains how to overcome the sandbox restrictions and how to load native libraries when the applet starts. Also includes a brief introduction to the JNI.
(6 ratings)
Reviews0
PriceFree
Views1282
Starting to work with JSP Sessions
Session are very helpful to associate some data with each visitor. You may pass and retrieve values in diffrent page using sessions. All sessions are an object associated with each web client. In this sample code we will create a session named `username` and later put a value inside our new Session object. On next step we will get our session value. .
(6 ratings)
Reviews0
PriceFree
Views1641
J2EE Overview
J2EE is a technology that aims to simplify the design and implementation of enterprise applications. In this tutorial you will learn what J2EE is, its benefits, J2EE main components, Evolution of Enterprise Application Frameworks, Why use J2EE, J2EE Platform Architecture, J2EE APIs and Technologies and J2EE Reference Implementation. Before continuing our J2EE discussion lets define what an enterprise application is.
(6 ratings)
Reviews0
PriceFree
Views1593
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
(6 ratings)
Reviews0
PriceFree
Views1119
Results 41-60 of 301