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

Top Rated Scripts | Java | Tutorials & Tips | General Java

Results 1-20 of 51
Java For Stand-Alone Applications
Java programming language was primarily developed to deal with embedded applications. But with the introduction of Swing and other user interface utilities to Java, it made its mark in desktop applications too. Now the trend is to use Java technology in developing large web and enterprise applications. Java is more focused on web then desktop applications. But, in this article, we are going to discuss how useful Java is as a development technology for stand alone desktop application development in present scenario.
(3 ratings)
Reviews0
PriceFree
Views1443
CertGear SCJP Certification Practice Tests (CX-310-035)
Ensure your success at the SCJP 1.4 Certification Today with CertGear's SCJP Exam Simulator, the most effective training tool for the Sun Certified Java Programmer Certification (CX-310-035)! Developed by highly experienced SCJP Professionals, CertGear's SCJP Exam Simulator contains over 300+ questions and 5 simulated mock exams that will help you succeed at the SCJP Certification. Backed by CertGear's "100% Money Back Guarantee", Try CertGear's SCJP Certification Practice Test Software Risk-Free, And Accelerate Your Career Today!!
(6 ratings)
Reviews0
PriceFree
Views1730
Writing Form Data to Text Files
This sample of JSP file, first handles all posted data from a web form and write to a text file. We have used Tomcat Server to run our sample code. You could easily edit the source code to use in your application.
(3 ratings)
Reviews0
PriceFree
Views4451
JTurtle
JTurtle is a free educational programming tutor. It uses Java Bean Shell as a scripting language. BeanShell is extremely easy to use for procedural programming, but it can also be used to teach Object Oriented programming as the full Java programming language is accessible. Notable Features: * Uses BeanShell scripting which allows for procedural programming or full on Object Oriented Java. * Has the ability to stop running scripts.(useful to kill infinite loops in scripts) * Images can be saved as PNG files * Syntax hilighting via jedit's JEditPane component(Java, BeanShell, & JTurtle API) * JTurtle Javadoc viewable from interface. * GPL license
(3 ratings)
Reviews0
PriceFree
Views2092
What is Object Serialization
Serialization is a way of flattening, pickling, sizzling, serializing, or freeze-drying Objects so that they can be stored on disk, and later read back and reconstituted, with all the links between Objects intact Object serialization is the process of saving an object's state to a sequence of bytes, as well as the process of rebuilding those bytes into a live object at some future time
(3 ratings)
Reviews0
PriceFree
Views973
Java 101 - An introduction to Java
This free tutorial series teaches the basics of Java programming. It requires no previous Java experience, and is perfect for the beginner. Tutorials cover a wide range of topics, from applets and applications, to more advanced issues such as class design, event handling and networking.
(6 ratings)
Reviews0
PriceFree
Views4081
Your First Java Program
This first Java training lesson describes how to create, compile and run your first program using notepad and the windows command prompt. This focuses more on teaching you how to get it to work than on the function of the code, which will be explained in a future lesson. This lesson is also demonstrated in a video.
(6 ratings)
Reviews0
PriceFree
Views1738
Java Interview Questions
Java Interview Questions: Get the Interview Questions and Frequently Asked Questions in Java related Technologies. Over 1000 Questions and Answers in J2EE subjects like Java Interview Questions, JDBC Interview Questions, EJB Interview Questions, Struts Interview Questions, JMS Interview Questions, JSP Interview Questions, Servlets Interview Questions, Core Java Interview Questions and OOPS Interview Questions. Discuss each Question in detail and prepare for your Interview.
(64 ratings)
Reviews1
PriceFree
Views6799
Java Q & A
Here are a selection of common questions and answers about Java programming. Question categories are grouped by Applets, AWT / Graphics, I/O & Files, Language questions, Data type issues, Keywords, Operators, Networking, Java.util package and more.
(3 ratings)
Reviews0
PriceFree
Views2350
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
Views4173
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
Views907
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
Views474
Java Examples - Learn Java Programming by Examples
Kode Java website provides beginners to Java programming some examples of how to use the Java API (Application Programming Interface) to develop an application. Learning by following some examples will hopefully decrease the amount of time needed to begin to code in Java.
(6 ratings)
Reviews0
PriceFree
Views1089
Drawing Pad in Java
A simple Drawing Pad on which the user can draw some lines and shapes by using the mouse.
(6 ratings)
Reviews0
PriceFree
Views4872
Explain garbage collection
Garbage collection is one of the most important feature of Java. Garbage collection is also called automatic memory management as JVM automatically removes the unused variables/objects (value is null) from the memory. User program can�t directly free the object from memory, instead it is the job of the garbage collector to automatically free the objects that are no longer referenced by a program.
(3 ratings)
Reviews0
PriceFree
Views891
Arrays in Java
Learn all aspects of arrays in Java. From the beginner level to advanced. Take a look and become an array guru.
(3 ratings)
Reviews0
PriceFree
Views910
Difference between HashMap and HashTable
Both provide key-value access to data. The Hashtable is one of the original collection classes in Java. HashMap is part of the new Collections Framework, added with Java 2, v1.2. The key difference between the two is that access to the Hashtable is synchronized on the table while access to the HashMap isn't. You can add it, but it isn't there by default.
(6 ratings)
Reviews0
PriceFree
Views1061
.NET and J2EE - A Comparsion Study
This tutorial compares .NET and J2EE, discussing various features of both the technolgoies and summarising when and where these technologies are suitable to use for entriprise application.
(3 ratings)
Reviews0
PriceFree
Views1335
A simple if else..
A detailed tutorial for If else which plays a very important role for beginners If else? What are "if elses" and why do you use it? Come and find everything in this tutorial
(3 ratings)
Reviews0
PriceFree
Views929
Getting started with Java
This tutorial will introduce you to Java programming. You'll compile and run your very own Java application, using Sun's Java Development Kit.
(0 ratings)
Reviews0
PriceFree
Views2852
Results 1-20 of 51