JAVA - Tutorials
Tutorials Shared by the Internet Community
Advertisements
| Top Tutorials | New Tutorials | Submit | Login | Register |
Found 368 Tutorials |
|
Most Recent Tutorials |
-
Get vs Load method in Hibernate - Interview Question
Both get and load method are used to retrieve object in hibernate but there are subtle difference between them which can affect performance if used at
http://javarevisited.blogspot.com/2012/07/hibernate-get-and-load-difference-interview-ques...
-
How to use Autoboxing and Unboxing in Java with Example
Autoboxing is introduced in JDK 5 and allows automatic conversion of primitive to Object type. There are subtle details about auto boxing which is req
http://javarevisited.blogspot.sg/2012/07/auto-boxing-and-unboxing-in-java-be.html
-
Instance variable vs Local variable in java
This tutorial explains about what is local and instance variables and the difference between the instance variable and local variable
http://www.techlabs4u.com/2012/10/instance-variable-vs-local-variable-in.html
-
Solving JSP Threading issues.
This tutorial tells about how to solve jsp threading issues.
http://www.techlabs4u.com/2012/11/solve-jsp-threading-issues.html
-
Java Garbage Collection Tutorial
This tutorial explains about what is garbage collection in java
http://www.techlabs4u.com/2012/10/garbage-collection-in-java-tutorial.html
-
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
-
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
-
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
-
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
-
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
-
How to copy file from one directory to other in Java
Simple Java program to copy file in Java from one directory to other. Java File API does not provide any method to copy file or directory. In order to
http://javarevisited.blogspot.com/2012/05/how-to-copy-file-in-java-program.html
-
What is type 2 and type 4 JDBC Driver in Java
There are 4 types of JDBC drivers in Java. type 4 drivers are most advanced and fast and same time easy to use. Just include the jar file of driver. O
http://javarevisited.blogspot.com/2012/05/different-types-of-jdbc-drivers-in-java.html
-
how to use lable with break and continue in Java loops
description of how you can use label inside nested loop along with break and continue statement in Java program. nested loop is required in many algor
http://javarevisited.blogspot.sg/2012/05/break-continue-and-lablel-in-loop-java.html
-
What is default Bean Scope in Spring framework
Apart from standard bean scope like Singleton, prototype, request, session and global Session, There is new bean scope added in Spring called thread s
http://javarevisited.blogspot.sg/2012/05/what-is-bean-scope-in-spring-mvc.html


