New Scripts | Java | Tutorials & Tips
Java array tutorial
posted byphpf1inIntroduction to Java
This article explains how to use arrays in Java. With the included code examples it is easy to understand arrays behaviour.
Reviews0
PriceFree
Views632
Java HashMap detailed tutorial
posted byphpf1inIntroduction to Java
This is a detailed description about how to use HashMap in Java. Lot of code examples makes it easy to understand it's behaviour.
Reviews0
PriceFree
Views517
Java random number generation
posted byphpf1inIntroduction to Java
This article demonstrates how to generate random numbers in Java. The code examples helps you to understand the details.
Reviews0
PriceFree
Views487
Java equals usage
posted byphpf1inIntroduction to Java
This article demonstartes how to compare objects in Java using the equals() method.
Reviews0
PriceFree
Views501
Java enum explained
posted byphpf1inIntroduction to Java
This article teaches you how to use an enum in Java. Code examples help you to understand the enumeration syntax.
Reviews0
PriceFree
Views655
Java instanceof operator details
posted byphpf1inIntroduction to Java
This tutorial demonstrates how to use the instanceof keyword in Java to test the object type.
Reviews0
PriceFree
Views497
Java string to int conversion
posted byphpf1inIntroduction to Java
This article demonstrates how to convert a string that contains a number value to an integer in Java.
Reviews0
PriceFree
Views531
How to setup a SQLite DB in Android, and how to do basic CRUD operations
posted byjameselsey1986inDatabase-Related
This tutorial will explain how you can create a SQLite instance for your android application, and how you can perform basic CRUD operations. You can then modify it to work with your own applications
Reviews0
PriceFree
Views655
Calculate Latitude and Longitude from rate Center V&H in Java
posted byhexahowinDatabase-Related
ZIPCodeWorld.com provides this function to calculate the latitude and longitude coordinates from Vertical and Horizontal (V&H) coordinates in Java. V&H's are used to identify locations and hence relative distances between network elements and between rate centers listed in AreaCodeWorld(TM) North American Area Code Database Subscription which includes NPA (area code), NXX (exchange), country, state, county, latitude, longitude, etc.
Reviews0
PriceFree
Views724
Writing A Basic Android Application
posted byhigherpassinApplication Building
Learn to write Android applications. Learn the basics of working with resources, layouts, the AndroidManifest.xml file and building code. Topics covered include creating dialog boxes, playing sounds, creating views and layouts with LinearLayout and RelativeLayout, and launching new views.
Reviews0
PriceFree
Views1310
Building XML With Java And DOM
posted byhigherpassinXML & Java
This tutorial covers building basic XML structures in Java. Learn basic XML structure, and how to build XML in Java with DOM. Also learn to use the TransformerFactory to convert the DOM to strings.
Reviews0
PriceFree
Views1237
Creating Java Servlets With NetBeans
posted byhigherpassinIntroduction to Servlets
Learn to create Java servlets in the NetBeans IDE. The tutorial creates a basic mailing list and explores file access along with some DOM XML. Also covered is deploying the servlets with Glassfish.
Reviews0
PriceFree
Views983
How to read files in Java
posted byCelluxinIntroduction to Java
This guides shows how to read text and binary files in Java into String / byte array.
Reviews0
PriceFree
Views680
How to ZIP data in java
posted byCelluxinIntroduction to Java
This guide shows how to compress / decompress data using ZIP, and provides an example utility to perform this task.
Reviews0
PriceFree
Views606
How to clone Java objects
posted byCelluxinDevelopment
This guide shows how to make a java class Cloneable and how to clone an object.
Reviews0
PriceUSD 1.00
Views875
Java Programs and MySQL Servers
posted byheronginMiscellaneous
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.
Reviews0
PriceFree
Views917
Basic File Manipulation With Java
posted byhigherpassinIntroduction to Java
Accessing files with Java is easy. With this easy to follow tutorial you will learn how to perform basic file operations in Java. Reading, writing, appending, and random file access are covered. Along with an introduction to file locking.
Reviews0
PriceFree
Views779
DOM document XML parser
posted byCelluxinXML & Java
This tutorial shows how to parse an XML file to a DOM document
Reviews0
PriceFree
Views541
Writing JUnit tests
posted byCelluxinIntroduction to Java
JUnit is a popular testing framework. This simple tutorial shows how to write a JUnit testcase.
Reviews0
PriceFree
Views840
How to serialize / deserialize in Java
posted byCelluxinIntroduction to Java
This tutorial shows how to make an object serializer tool that saves Java objects to the file system.
Reviews0
PriceFree
Views820