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

New Scripts | Java | Tutorials & Tips | General Java

Results 21-40 of 51
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
Views940
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
Views965
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
Views1072
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
Views904
What is the difference between JDK and JRE
The "JDK" is the Java Development Kit. i.e., the JDK is bundle of software that you can use to develop Java based software. The "JRE" is the Java Runtime Environment. i.e., the JRE is an implementation of the Java Virtual Machine which actually executes Java programs.
(0 ratings)
Reviews0
PriceFree
Views807
What do you understand by Synchronization
Synchronization is a process of controlling the access of shared resources by the multiple threads in such a manner that only one thread can access one resource at a time. In non synchronized multithreaded application, it is possible for one thread to modify a shared object while another thread is in the process of using or updating the object's value. Synchronization prevents such type of data corruption.
(0 ratings)
Reviews0
PriceFree
Views940
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
Views990
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
Views1456
.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
Views1347
Java Online Course
Easy to follow, visual presentation of many of the concepts you need to start programming in java such as fundamentals, syntax, basic packages, GUI with AWT/Swing/2Dapi, threads and networking. Includes example source code, quizzes and exercises.
(0 ratings)
Reviews0
PriceFree
Views1561
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
Views4475
(0 ratings)
Reviews0
PriceFree
Views2386
(0 ratings)
Reviews0
PriceFree
Views2840
(0 ratings)
Reviews0
PriceFree
Views2680
Java Threads
A thread, by definition is a light weight process. They are used to increase functionality and performance by performing multiple tasks at the same time, i.e. concurrently...
(0 ratings)
Reviews0
PriceFree
Views2412
Incredibly Easy Way to play Sounds
Do you want to add sound to your JAVA application? It's so incredibly easy!
(0 ratings)
Reviews0
PriceFree
Views2513
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
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
Views4881
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
Views6817
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
Views1748
Results 21-40 of 51