hat is java

Asked by Last Modified  

8 Answers

Learn Java

Follow 0
Answer

Please enter your answer

Trainer

Java is high level programming language. Java is platform independent and robust.
Comments

Software Developer, Expertise in Java/J2ee Technology.

Java is a object oriented, high level, platform independent, portable, secure, robust..... programming language developed by Sun Microsystem company in 1995. Any type of applications can be made in java ie applicatioon which can run on single computer, or the application which can run in distributed...
read more
Java is a object oriented, high level, platform independent, portable, secure, robust..... programming language developed by Sun Microsystem company in 1995. Any type of applications can be made in java ie applicatioon which can run on single computer, or the application which can run in distributed environment ie following client server model in a network or on internet. read less
Comments

Software Developer and Trainer with 10 years of experience

Java is one of the most powerful programming language that helps people to develop efficient applications by programming (instructing) the computer. You can develop applications for a PC, Web and Mobile (Android) easily using java. It is a simple language with rich feature set.
Comments

Java classes in Pune, best java teacher in pune, Guest facility in Java, Science and Maths class

Java is a computer programming language which will help you in making applications according to your need. A simple example is like a calculator on your PC. It can be made in java and you can make many such small and big applications using java programming languages.
Comments

Java is the most powerful language which provides you all the platforms to make your application whether it is on small level, industry level, web base, mobile application based, windows based or cloud based. Contact us.
Comments

I can read your Question as What is Java??? Features of Java: Object Oriented: In Java, everything is an Object. We can define Objects based on real time entitites Platform independent: When Java is compiled, it is not compiled into platform specific machine, rather into platform independent byte...
read more
I can read your Question as What is Java??? Features of Java: Object Oriented: In Java, everything is an Object. We can define Objects based on real time entitites Platform independent: When Java is compiled, it is not compiled into platform specific machine, rather into platform independent byte code. This byte code is distributed over the web and interpreted by virtual Machine (JVM) on whichever palatform it is being run. Simple: Java is designed to be easy to learn. If you understand the basic concept of OOP Java would be easy to master. Secure: With Java's secure feature it enables to develop virus-free, tamper-free systems. Authentication techniques are based on public-key encryption. Architectural-neutral: Java compiler generates an architecture-neutral object file format which makes the compiled code to be executable on many processors, with the presence of Java runtime system. Portable: Being architectural-neutral and having no implementation dependent aspects of the specification makes Java portable. Compiler in Java is written in ANSI C with a clean portability boundary which is a POSIX subset. Robust: Java makes an effort to eliminate error prone situations by emphasizing mainly on compile time error checking and runtime checking. Multithreaded: With Java's multithreaded feature it is possible to write programs that can do many tasks simultaneously. This design feature allows developers to construct smoothly running interactive applications. Interpreted: Java byte code is translated on the fly to native machine instructions and is not stored anywhere. The development process is more rapid and analytical since the linking is an incremental and light weight process. High Performance: With the use of Just-In-Time compilers, Java enables high performance. Distributed: Java is designed for the distributed environment of the internet. Dynamic: Java is considered to be more dynamic than C or C++ since it is designed to adapt to an evolving environment. Java programs can carry extensive amount of run-time information that can be used to verify and resolve accesses to objects on run-time. Integrating Develop Environament: To create Java Programes we need editor to type a programe. Bundling JDK and editor together is called integrated Development Environment (IDE). Eclipse is one of the example for popurlar IDE. G John Thimothy read less
Comments

Java is the One of OOPS Language and Main Advantage is platform independent because to Compile the .java file to get for .class file.for the .class file u can run any where os
Comments

Introduction to JAVA Programming concepts of Basic Java Language Features Data Types, Variables Control Statements OOPS Concepts Writing your own Java Classes Object and Classes Inheritance and Polymorphism Java Arrays and Strings Wrapper classes ...
read more
Introduction to JAVA Programming concepts of Basic Java Language Features Data Types, Variables Control Statements OOPS Concepts Writing your own Java Classes Object and Classes Inheritance and Polymorphism Java Arrays and Strings Wrapper classes Packages and Interfaces Exception Handling Multithreading Nested Classes Reflection API Java Annotation Enum types Applets Programming Graphics Abstract Window Toolkit (AWT), Swing Event handling Streams and File IO Serialization read less
Comments

View 6 more Answers

Related Questions

What are the advance features in java 1.8 when compare to java 1.6?
Many are there. 1. Lambda expression (functional Programming). 2. Default methods in interfaces.
Naresh N
How does Java implement polymorphism?
Java implements polymorphism in two ways: 1. Static or compile-time polymorphism is done by method overloading (more then one methods sharing the same name but different number/types/order of parameters) 2....
Sajjan
0 0
6
I want to know what are the differences between runnable and thread class implementation except they are class and interface and how to decide which is better at what time ...
Thread vs. Runnable in Java 1) Java doesn't support multiple inheritance, which means you can only extend one class in Java so once you extended Thread class you lost your chance and can not extend...
Ankit Garg

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

Spring - Dependency Injection (DI)
Spring - Dependency Injection (DI) DI is a framework which provides loose coupling in code. Here loose coupling means no hard coding of the object. Instead of hard coding, we will be injecting these object...

Comparable vs Comparator
java.lang.Comparable java.util.Comparator For comparing some other object with its own object. Ex. I am comparing myself to some other employee. Method signature is: int compareTo (T object). For...

What Would Be Life Cycle Of A Fresher After Campus In An IT Company?
1. Basic Technical Training: Since freshers are not subject matter experts so gone through 3 - 6 months basic technical training within Organization. 2. Technical Assessment: HR sends freshers to various...

1.2. Find the largest element in an array.
public class Main { public static void main(String args) { int arr = {1, 2, 3, 4, 5}; int max = arr; for (int i = 1; i < arr.length; i++) { if (arr > max) { max = arr; } } System.out.println("Largest Element: " + max); }}

Android : Support multiple themes in an android application
If you are developing a theme based application to enhance user experience, then following steps needs to follow.We are taking example of an android application having 2 themes white and black.Step 1:Define...

Recommended Articles

In the domain of Information Technology, there is always a lot to learn and implement. However, some technologies have a relatively higher demand than the rest of the others. So here are some popular IT courses for the present and upcoming future: Cloud Computing Cloud Computing is a computing technique which is used...

Read full article >

Java is the most famous programming language till date. 20 years is a big time for any programming language to survive and gain strength. Java has been proved to be one of the most reliable programming languages for networked computers. source:techcentral.com Java was developed to pertain over the Internet. Over...

Read full article >

Java is the most commonly used popular programming language for the creation of web applications and platform today. Integrated Cloud Applications and Platform Services Oracle says, “Java developers worldwide has over 9 million and runs approximately 3 billion mobile phones”.  Right from its first implication as java 1.0...

Read full article >

Designed in a flexible and user-friendly demeanor, Java is the most commonly used programming language for the creation of web applications and platform. It allows developers to “write once, run anywhere” (WORA). It is general-purpose, a high-level programming language developed by Sun Microsystem. Initially known as an...

Read full article >

Looking for Java Training Classes?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you