List of tests at Skill-Guru
Related Posts :
- Google launches contract for Java (0)
Contracts for Java is a new open source tool from Google that makes it easier to implement contracts in Java. According to Google's announcement, this new tool is based on Modern J... - Creating your first REST service using Jersey (6)
In the last post , we had talked about SOAP being retired in favor of REST based service. in which we discussed advantages of REST over SOAP.
This post will be a short tutorial ... - Core Java Interview Questions (13)
Java is one of the most popular programming languages as of now and even with introduction of hibernate , Spring, employers do expect you to be aware of core java concepts.
Her... - Apache resigns for Java Executive Committee (1)
In another blow in trying to bring Java Open source , Apache has resigned from Java SE/EE executive committee.
Why Apache took this step ?
The recent Java SE 7 vote was the la... - Switching to python (0)
I am a java programmer and although my wife has switched to grails, I am yet to find the motivation to move on something better. If you are looking for any reasons to switch to Pyt... - Parsing a date with SimpleDateFormat in java (0)
A small code sample on how can you format java.util.date or any date into a desired format
java.util.Date todayDate = new java.util.Date()
or preferably
Date todayDate = C... - Java Interview questions (4)
Java is the most popular programming language and even with onset of all new languages like Ruby, Scala, the popularity of java has only grown . Java/J2EE is the preferred enterpri... - How many JVM can be run on an operating system (OS) ? (0)
You can have one JVM per process. Since an OS supports many processes, you can have many JVMs running.
When ever we start a new java process by invoking java.exe (i.e. java [cl...