Verizon Invites Java Developer

Location: Chennai Experience: 0-1 Years Skill: Knowledge for Java What we’re looking for… You enjoy using your analytical mind to solve complex problems. You’re great at working in teams and can use your strong communication skills to get your point across. You Read More …

Why Learn Java?

Beginner Friendliness Why we choose to Learn Java ? – Generally, Java was designed to be relatively beginner-friendly in that it assumes the programmer is not that smart or careful, so programmers will be less likely to shoot themselves in Read More …

INTRODUCTION TO JAVA PROGRAMMING

INTRODUCTION TO JAVA PROGRAMMING What is Java ? Java is High level programming language ,it was developed by  Sun Microsystem in the year of 1991.It was originally developed by James Gosling  at Sun Microsystemz. Java was developed by a small team of Read More …

DIFFERENCE BETWEEN THE JRE & THE JDK

DIFFERENCE BETWEEN THE JRE & THE JDK JRE- JAVA RUNTIME ENVIRONMENT DEFINITION: JRE is a”set of tools” for developing  Java application.Its was originally developed by Sun Microsystems(Oracle Corporation ).It is also combine the JVM ,Supporting libraries,platform core class. JRE is lesser  space Read More …

Object and Class in Java

Object and Class in Java In this blog ,we will learn  about Java Objects .In Object Oriented programming techniques ,here we are going to design a program by using Objects and Class. Object is the physical and logical entity Class Read More …

Java Basic DataTypes

JAVA BASIC DATATYPES Data Types in Java : Data type is a special key word , which is used to allocate sufficient memory space for the data, in other words Data type is used for representing the data in main memory (RAM) of Read More …

Types of variable in Java

Types of Variable in Java : Variable is a name of memory location. Variable is the name of reversed area allocated in memory ,It is a combination of “vary + able” that means its value can be changed.   In each Read More …

Modifiers in Java

Modifier are keyword that are added to  those definition to change their meaning. Java has a two types of modifier,                     I. Access Control Modifier.               Read More …