Tutor HuntResources

Java Resources

 

Sree Vidya

Java Wrapper Classes

A Java wrapper class, also known as a wrapper, is a class that encapsulates the primitive data types in Java within an object. This allows these primitive data types to be treated as ...
Rakesh

Write Programmes in logical way

A language is a tool in the hands of a skilled creator. Some might say that you need to be good at mathematical skills to learn to code. Only knowing how to write the code won t ma...
Bharat

Java Threads

To begin with one should get a feel of what thread is. So, what is a thread ? a methods, a class, an interface. It is none of them. Thread is something ( a facility ) that can run a m...
Kp

The Single Java Object

For those who haven`t heard of design patterns before, or who are familiar with the term but not its meaning, a design pattern is a template for software development. The purpose of t...
Sumeet

How IVR works

How the IVR process worksPlanning:The proper flow to build a good IVR is: Planning Customer agreement with the plan. Record the audio prompts using System Recordings...
Jahnavi

Java features

Java is: Object Oriented: In Java, everything is an Object. Java can be easily extended since it is based on the Object model. Platform independent: Unlike many other programmin...
Mohit

Understanding Java Stack Inspection

Current implementations of Java make security decisions by searching the runtime call stack. These systems have attractive security properties, but they have been criticized as bei...
Denham

THE JAVA RUN-TIME ENVIRONMENT

The Java run-time environment (JRE) uses a suite of software systems to create a virtual machine (VM) to emulate the real machine or operating environment on which it actually execute...
Rajib

Object Oriented Application Development

Computers - the most efficient processing machines which has become a part of our daily lives, is no more a alien to the common man`s household. Computer knowledge (if not specialisat...
Muhammad

Java`s OOP & OOAD (Object-oriented programming & Object-oriented analysis and design)

Understanding Java`s Object-Oriented Programming (OOP) Java is object-oriented. What does that mean? Unlike languages, such as FORTRAN, which focus on giving the computer imperativ...
See All Resources        View All Subjects