Shared Tutorials
Tutorials Shared by the Internet Community
Advertisements
| Top Tutorials | New Tutorials | Submit | Login | Register |
Listing |
|
Most Recent Tutorials |
-
Singleton Pattern in Java - Tutorial
Implementation of Singleton Pattern in java
http://www.techlabs4u.com/2012/02/singleton-pattern-in-java-tutorial-use.html
-
Difference between ArrayList and LinkedList in Java
ArrayList and LinkedList are two popular collection classes in Java and Major difference between ArrayList and LinkedList is on there implementation w
http://javarevisited.blogspot.com/2012/02/difference-between-linkedlist-vs.html
-
How to encode byte array into Base64 encoding in JAva
Quick tutorial on how to include byte array or String into base 64 encoding in Java. We often need to encode content before sending it to server in or
http://javarevisited.blogspot.com/2012/02/how-to-encode-decode-string-in-java.html
-
Solving non-static variable cannot be referenced in jav
http://javarevisited.blogspot.com/2012/02/why-non-static-variable-cannot-be.html
-
How To Create a Custom WordPress Blog in Less Then One
Quickly create a WordPress as part of your website
http://www.bcat.eu/blog/how-to-create-a-custom-wordpress-blog-in-less-then-1-hour/
-
Difference between Fail Safe and FailFast Iterator
fail-safe iterators are relatively new concept in Java. as compared to fail-fast iterator which fail as soon as they detect any structural change in c
http://javarevisited.blogspot.com/2012/02/fail-safe-vs-fail-fast-iterator-in-java.html
-
Solution of java.lang.NoClassDefFoundError: orgapache
Exception in thread main java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory error or java.lang.ClassNotFoundException: org.apache.
http://javarevisited.blogspot.com/2012/02/orgapachecommonslogginglogfactory-error.html
-
How to call blocking methods in Java
Blocking methods put Current thread on blocking position until method returns like ServerSocket accept() method which blocks until a client Socket con
http://javarevisited.blogspot.com/2012/02/what-is-blocking-methods-in-java-and.html
-
Why Wait and Notify is in Object Class in Java
Wait and notify method are used to put thread on wait but they are not in Thread class alongwith Sleep() or Join() method instead they are declared in
http://javarevisited.blogspot.com/2012/02/why-wait-notify-and-notifyall-is.html
-
Create a Vector Object in Illustrator Using Layers and the Pen Tool
An easy way to draw objects in Illustrator is to use an image, layers, and the pen tool. This way, you can create original illustrations for logos, br
http://www.printplace.com/printproducts/create-vector-object-illustrator-pen-tool.aspx
-
Creating a Logo Reflection Design
The following steps are done in Illustrator CS4, but can easily be translated to any other CS version.
http://www.printplace.com/printproducts/logo-reflection-design.aspx
-
Photoshop CS4 Layers Tutorial for Beginners
Even if you have some experience with Layers, this tutorial covers the basic aspects of this handy tool, so you will probably find some tips and trick
http://www.printplace.com/printproducts/photoshop-layers-tutorial.aspx
-
Adding single, double or even triple borders or strokes in text using Photo
Many title text and headlines today come not just in color with todays catalog and brochure prints. Nowadays they sport extra borders and strokes just
http://www.pixel2life.com/publish/tutorials/1707/adding_single_double_or_even_triple_borde...
-
How to find which date is greater in Java
Java provides multiple ways to compare two Dates in Java. here we will see 3 simple example to convert two dates in Java and find out whether one date
http://javarevisited.blogspot.com/2012/02/3-example-to-compare-two-dates-in-java.html
-
Difference between Class and Instance variable in Java
Java provides different kinds of variable e.g. Class variable or Static variable, Instance variable or non static variable, Local variable. In this a
http://javarevisited.blogspot.com/2012/02/difference-between-instance-class-and.html
-
How to reverse order of String in Java using recursion
This is also a very popular java interview questions mostly asked as how to reverse string in Java without using Stringbuffer reverse but There are ma
http://javarevisited.blogspot.com/2012/01/how-to-reverse-string-in-java-using.html
-
Character Encoding in Java beginners guide
character encoding is very important when you are in business of converting bytes of String and if you have not specified default character encoding f
http://javarevisited.blogspot.com/2012/01/get-set-default-character-encoding.html
-
Page specific and global Error page in JSP and Servlet
There are two ways you can set error page in any Java application or JSP Servlet application first by specifying a page specific error page on each of
http://javarevisited.blogspot.com/2012/01/error-page-in-java-web-application.html
-
How to deal java.sql.SQLException: Invalid column index
Main reason of SQLException:Invalid Column Index is either you are trying to read an invalid column index from result set returned by Query or you are
http://javarevisited.blogspot.com/2012/01/javasqlsqlexception-invalid-column.html
-
How to check if JVM is 32 bit or 64 bit in Java
Quick tip to find out if JVM you are running is 64 bit or not. There are two ways to check if JVM you are running is 64 bit or not. either by using co
http://javarevisited.blogspot.com/2012/01/find-jvm-is-32-or-64-bit-java-program.html
-
How to insert cells in Excel
When we work with spreadsheet sooner or later we will need to insert Cells into existing sheet. I will show a few ways we can achieve it.
http://excel.officetuts.net/training/basics/insert-cells.php
-
How to Find Data in Excel
Finding data is very useful, when you have to deal with a lot of data on a worksheet.
http://excel.officetuts.net/training/basics/find-data.php


