Java

Java is a set of computer software and specifications developed by Sun Microsystems, which was later acquired by the Oracle Corporation, that provides a system for developing application software and deploying it in a cross-platform computing environment. Java is used in a wide variety of computing platforms from embedded devices and mobile phones to enterprise servers and supercomputers.

Spring Logo

Spring Framework

The Spring Framework provides a comprehensive programming and configuration model for modern Java-based enterprise applications - on any kind of deployment platform. A key element of Spring is infrastructural support at the application level: Spring focuses on the "plumbing" of enterprise applications so that teams can focus on application-level business logic, without unnecessary ties to specific deployment environments.

Hibernate Logo

Hibernate Framework

Hibernate ORM is an object-relational mapping framework for the Java language. It provides a framework for mapping an object-oriented domain model to a relational database.

Monday, November 21, 2011

IAS Puzzale

Only 2% students solved this in IAS exam. 5+3+2=1510229+2+4=1836528+6+3=4824665+4+5=202541then7+2+5= ____?Try it.Ans: 143547Solution:Multiply First*Second You Will Get First two digit ansFirst*Third  you will get next two digit numberFirst*Second value add with First*Third then subtract with Second Value finally u get last 2 digits5*3 5*2 (5*3+5*2-3)=15 10 25-3 = 1510229*2 9*4 9*2 +9*4 - 2= 18 36 54-2 = 183652.................... 7*2=147*5=3514+35-2 = 49-2 =...

Saturday, November 19, 2011

Top 8 Java People you should know

Top 8 Java People You Should KnowHere are the top 8 Java people, they’re created frameworks, products, tools or books that contributed to the Java community, and changed the way of coding Java.1. Father of the Java programming languageJames Gosling, generally credited as the inventor of the Java programming language in 1994. He created the original design of Java and implemented its original compiler and virtual machine. For this achievement he was...