Shared Tutorials
Tutorials Shared by the Internet Community
Advertisements
| Top Tutorials | New Tutorials | Submit | Login | Register |
Listing |
|
Most Recent Tutorials |
-
How to use Enum as Singleton in Java with Example
From Java 5 onwards there is a new way to implement Singleton design pattern, by using Enum. Enum has some distinct benefits in terms of thread-safety
http://javarevisited.blogspot.com/2012/07/why-enum-singleton-are-better-in-java.html
-
Correlated vs Noncorrelated Subquery example in SQL
Main difference between Correlated and Noncorrelated subquery is that, Correlated subquery depends upon Outer query and can not execute by its own whi
http://javarevisited.blogspot.com/2012/07/subquery-example-in-sql-correlated-vs.html
-
What is builder pattern in Java with real life Example
Builder pattern in Java is used to create objects with lots of mandatory and option value. Since after 4 or 5 arguments constructor started getting ug
http://javarevisited.blogspot.com/2012/06/builder-design-pattern-in-java-example.html
-
What is UseCompressedOops option in 64 bit JVM - Java
-XX:UseCompressedOops is a JVM command line option which is provided in 64 bit hotspot JVM. Since size of OOPS is larger in 64 bit JVM which reduces C
http://javarevisited.blogspot.com/2012/06/what-is-xxusecompressedoops-in-64-bit.html
-
How to use JUnit 4 Annotation with Examples
Junit is best framework for writing unit tests and with introduction of annotations on JUnit 4 its become even more sophisticated and easier but In or
http://javarevisited.blogspot.in/2012/06/junit4-annotations-test-examples-and.html
-
How to create database connection pool in Spring Java
Step by Step guide on how to create JDBC connection pool in Spring framework. Spring allows you to create JDBC pool directly or access it using JNDI.
http://javarevisited.blogspot.com/2012/06/jdbc-database-connection-pool-in-spring.html
-
Corel Draw Tutorial: Bridal Pageant Boutique Flyer
Learn how to recreate a Bridal Pageant Boutique Flyer with this step by step illustrated tutorial using Corel Draw.
http://www.flyertutor.com/corel-draw-tutorials/flyer-tutor/bridal-flyer-pageant-boutique.asp
-
Creating and Printing Impressive Typographic Business Card
Today we are going to learn about Typography and proper file set up for a business card. We are going to use professional standards of typography, col
http://lava360.com/creating-and-printing-impressive-typographic-business-card/
-
How to delete HTML special characters form JSP and Java
http://java67.blogspot.sg/2012/10/how-to-escape-html-special-characters-JSP-Java-Example.html
http://java67.blogspot.sg/2012/10/how-to-escape-html-special-characters-JSP-Java-Example.html
-
Awk Command Examples in Unix
Learn how to use awk command in unix operating system with examples
http://www.folkstalk.com/2011/12/good-examples-of-awk-command-in-unix.html
-
Top Command in Unix
Real Time CPU System Information
http://www.folkstalk.com/2012/09/top-command-examples-in-unix-linux.html
-
Animating Sprites In HTML5 Canvas
In this article, we will introduce HTML5 Canvas animation and walks you through creating an animation of character walking.
http://www.onlywebpro.com/2012/10/05/animating-sprites-in-html5-canvas/
-
Java Generics FAQ - Frequently asked Generics Questions
Generics is a great addition in Java 5 , though just a syntactic sugar, it provides great value, but no doubt its complex. especially writing parametr
http://javarevisited.blogspot.sg/2012/06/10-interview-questions-on-java-generics.html
-
What is NullPointerException in Java how to deal
Java.lang.NullPointerException comes when we try to access any field or method on Object which is null. Its come mainly due to programming mistake and
http://javarevisited.blogspot.sg/2012/06/common-cause-of-javalangnullpointerexce.html
-
Date command Examples in UNIX and Linux
Some frequently used date and time example of Date command in unix and Linux.
http://javarevisited.blogspot.sg/2012/06/10-examples-of-date-command-in-unix.html
-
What is design pattern in Java - Interview preparation
Questions from design pattern and software design are always have places in most programming interviews does not matter its Java or C#. This become ev
http://javarevisited.blogspot.sg/2012/06/20-design-pattern-and-software-design.html
-
How to deal with Passwords in Java
Worth reading for all Java developers who are involve in coding secure enterprise application and deal with sensitive data like SSN, Password and Bank
http://javarevisited.blogspot.sg/2012/05/best-practices-while-dealing-with.html
-
What is ThreadLocal in Java with Example
ThreadLocal is another way to obtain thread safety in Java. you can share expensive object as ThreadLocal to get benefit of multi-threading with reduc
http://javarevisited.blogspot.sg/2012/05/how-to-use-threadlocal-in-java-benefits.html
-
What is .class file in Java - Fundamentals
Class file in Java is core of Java platform independence feature. When you compile Java source file it generates number of class file based upon num
http://javarevisited.blogspot.sg/2012/05/10-points-about-class-file-in-java.html
-
Java Reflection Example - accessing private field
One of the most powerful feature of Reflection is able to access private members. Since private is highest form of encapsulation in Java and Reflecti
http://javarevisited.blogspot.com/2012/05/how-to-access-private-field-and-method.html
-
Creating An Interactive Page Using Touch Events
In this lesson,you will learn to create a simple interactive page using Touch Event provided by jQuery Mobile framework.
http://www.onlywebpro.com/2012/09/17/jquery-mobile-for-absolute-beginners-part-4/
-
ftp command examples in unix
file transfer protocol command examples in unix
http://www.folkstalk.com/2012/08/ftp-file-transfer-protocol-command.html


