The Javac is the java compiler javac.exe is a process associated with Java(TM) 2 Platform Standard Edition 5.0 Update 5 from Sun Microsystems, Inc.. Java Capusal this is a java compiler
1 answer
The Core Java technologies and application programming interfaces (APIs) are the foundation of the Java Platform, Standard Edition (Java SE). They are used in all classes of Java programming, from desktop applications to Java EE applications.
Well What exactly you mean by Java?
1 answer
J2EE = enterprise edition jdk. J2SE = standard edition jdk. J2ME = mobile edition jdk. standard jdk gets used for platform development, enterprise jdk for enterprise development and mobile jdk gets used for mobile development.
2 answers
Java 2 Platform Enterprise Edition. The 2 means that it is Java number 2.
1 answer
Java 2 was an umbrella term used to refer to the second major release of the Java platform, which was introduced in December 1998. It encompassed several editions, including the Java Standard Edition (Java SE), Java Enterprise Edition (Java EE), and Java Micro Edition (Java ME). The Java 2 platform brought significant enhancements, including improved performance, new APIs, enhanced security, and better support for web-based applications.
Core Java:
Core Java, on the other hand, is not a specific version or edition of Java, but rather a term used to refer to the fundamentals of the Java programming language. It represents the foundational concepts and features that are common across different editions of Java. Core Java typically covers topics such as syntax, data types, control structures, object-oriented programming (OOP) principles, exception handling, input/output operations, and basic libraries.
To summarize, Java 2 is an outdated term that was used to refer to the second major release of the Java platform, while Core Java is a more general term used to describe the foundational concepts and features of the Java programming language. In the current Java ecosystem, the term Java SE is used to refer to the standard edition, which is the most commonly used edition for general-purpose Java development.
2 answers
J2SE means Java 2 Platform Standard Edition when you are referring to computers and the hardware that is found on the computer. It is needed for everyday computer use.
1 answer
J2EE is an acronym for the Java 2 Platform Enterprise Edition (J2EE).
1 answer
When most computer users think of Java, what they are really thinking of is Java core, which is the standard edition that is used in most basic computer applications. The term Java in and of itself is a more broad term that can cover both the standard edition and more advanced applications.
1 answer
J2EE stands for Java 2 Platform Enterprise Edition, it is used to allow communication between different platforms that are normally incompatible. The new traditional name for this platform is JEE.
1 answer
Java 2 Platform, Enterprise Edition (J2EE) is a set of specifications that extend the Java Standard Edition (Java SE) to provide a robust platform for developing and running large-scale, multi-tiered, distributed, and transactional enterprise applications. JavaServer Pages (JSP) is a technology within J2EE that enables the creation of dynamic web content by embedding Java code directly into HTML pages. JSP facilitates the development of web applications by allowing developers to separate the presentation layer from the business logic, making it easier to maintain and scale applications.
1 answer
The Java Platform Standard Edition (SE) 7 has some bug fixes, it includes Mac OS X JDK Port, and has some other enhancements.
You need the Java RE (Runtime Environment) on your system to run Java applications and appets. When you want to program in Java, you'll need the JDK (Java Development Kit). De JDK includes the Runtime Enviroment.
1 answer
With Java Platorm EE (Enterprise Edition) SDK (software development kit) you have some additional things that are installed on your computer like Glassfish server. They are not included in Java Platform SE SDK.
1 answer
As of February 2, 2012 the latest public release of the standard edition of Java is Java Standard Edition(SE) 7 update 3.
7 answers
J2EE stands for the Java 2 Platform Enterprise Edition. It is platform independent and designed for developing enterprise applications. Some of its many features include pure HTML support, JAVA features, and Enterprise JavaBeans.
1 answer
There are 3 types of Java Programming Language Application Programming Interfaces (APIs) :
• The official core Java API, contained in the JDK or JRE, of one of the editions of the Java Platform. The three editions of the Java Platform are Java ME (Micro edition), Java SE (Standard edition), and Java EE (Enterprise edition).
• Optional official APIs that can be downloaded separately. The specification of these APIs are defined according to a Java Specification Request (JSR), and sometimes some of these APIs are later included in the core APIs of the platform (the most notable example of this kind is Swing).
• Unofficial APIs, developed by third parties, but not related to any JSRs.
Third-parties can freely implement any JSR specifications for an official API (even for the core API of the language), providing that they conform to the Technology Compatibility Kit (TCK) for this JSR (the TCK is a suite of tests that checks conformance of implementations for a JSR). The result of this freedom is that many official APIs have more implementations than the Sun's Reference implementation (RI).
1 answer
The LG 102 features Java 2 Micro Edition, which is a Java version especially for phones. Java is fully supportable through this platform and allows the download of new applications through the internet browser.
1 answer
J2SE stands for Java 2 Standard Edition and I dont think Servlets are a part of it. Servlets are only part of the Java 2 Enterprise Edition.
1 answer
Jay Bryant has written:
'Java 7 for absolute beginners' -- subject(s): Java (Computer program language), Java Standard Edition 7., Handbooks, manuals
1 answer
Platform independent language means once compiled you can execute the program on any platform (OS). Java is platform independent. Because the Java compiler converts the source code to bytecode, which is Intermidiate Language. Bytecode can be executed on any platform (OS) using JVM( Java Virtual Machine).
2 answers
Java SE stands for Java Standard Edition. It is a computing platform used for developing and deploying portable applications that run on the Java Virtual Machine (JVM). Java SE provides the core functionalities of the Java programming language, including the basic libraries, Java Development Kit (JDK), and other essential tools for building desktop and server-based applications. Its primary use is to create standalone applications and applets that can run on various devices and operating systems.
1 answer
Core java refers to the core or basic concepts of the Java programming language. Things like encapsulation, inheritance, multi-threading, exception handling and other basic feature of java that comes as part of the Java standard edition forms Core Java
1 answer
Core java refers to the core or basic concepts of the Java programming language. Things like encapsulation, inheritance, multi-threading, exception handling and other basic feature of java that comes as part of the Java standard edition forms Core Java
1 answer
"Java" refers to both a language and a platform. The runtime and libraries that comprise the platform are based on the Java language and come in 3 flavors: Java SE (Standard Edition): Formerly J2SE but renamed to Java Standard Edition when the Java 2 convention was dropped with the release of Java 5 (formerly J2SE 1.5). It contains a good all-around mix of general purpose libraries including JDBC (Java Database Connectivity), JNDI (Java Naming Directory Interface), RMI (Remove Method Invocation), AWT, and Swing. Java EE (Enterprise Edition): Formerly J2EE (see above). It includes Java Standard Edition plus most of the other Java technologies including JavaMail, Activation, JAXB (Java API for XML Binding), Servlets, JSF (Java Server Faces), JMS (Java Messaging Service), EJB (Enterprise Java Beans), and others. Most of the APIs are very component-oriented and are intended to provide pluggable interfaces for business components to form robust, distributed internet applications. Java ME (Micro Edition): Formerly J2ME. It includes most of Java SE and some additional APIs for handheld devices. Java Enterprise Edition is based on Java, but includes a larger set of libraries than Java Standard Edition, which to most people is synonymous with the word "Java." Note that many of the technologies featured in Java Enterprise Edition are available separately and can be added to the Java Standard Edition platform as needed. Hi! Java is a language and j2ee is a plateform which implements java language. Java can be divided into 3 categories
1.core java
2.advanced java
3.J2EE
core java and advanced java are the standard editions of java where as J2EE is the enterprise edition
witout completing core and advanced java u will not be able to understand J2EE
8 answers
The Java standard library refers to the set of dynamically loadable libraries that Java applications can call at run time. This is because the Java platform is not dependent on the specific operating system.
5 answers
Core java refers to the core or basic concepts of the Java programming language. Things like encapsulation, inheritance, multi-threading, exception handling and other basic feature of java that comes as part of the Java standard edition forms Core Java
1 answer
java also called as platform independent.because we will use java application at any operationg system and any hardware. it not contain error. so we called java as platform independent..
1 answer
Java is a programming language which comes in many varieties. Some of the common ones are Micro Edition (ME), Standard Edition (SE), and Enterprise Edition (EE).
Java EE includes more classes than the other versions, including classes and packages designed to make developing client-server (and other internet-based communication) projects a faster process.
Java EE 5 just means the fifth major version of the Java EE suite.
1 answer
Java 2 Platform Enterprise Edition was a platform from Sun for developing, building and deploying Web-based enterprise applications online. It contain a set of services, APIs, and protocols for developing Web applications.
1 answer
Java is a platform independent language. It can be used in all platforms. Ex: windows, unix etc.
1 answer
A Rich Java Client Platform i.e. Rich Client Platform (RCP) is a specialized computer program anticipated for the creation of Java applications built on the Eclipse architecture.
1 answer
Java platform is the name for a bundle of related programs from Oracle (originally Sun) that allow for developing and running software programs for the Java Virtual Machine (JVM). The Java programming language is but one of many programming languages that run on the Java platform including Scala, Clojure, and many others.
1 answer
All major servers like Weblogic, Webspher, Tomcat support Java Platform
1 answer
java is platform independent language and open source.
java is object oriented language.
1 answer
the best book of java is java complete Reference 2nd edition.
1 answer
By implementation if you mean running java applications and applets. then go to java.com and download and install java run time environment in your computer. you will be able to run java applets in your browser and java applications in your computer.
if some thing else ? let me know by giving extra details.
2 answers
First of all, it's "JDK", not "jdk", and "Java", not "java".
What do you mean by "Java new edition"? I do not find that term when I Google for it.
"Java 2 SE" is a brand name for very old, obsolete versions of Java, between version 1.2 and 1.4, inclusive.
The current version of "Java SE" (Java Standard Edition), as it is now called, is version 7, with support still available for version 6. These versions are also called 1.7 and 1.6, respectively.
See <http://www.oracle.com/technetwork/java/javase/jdk7-naming-418744.html>
1 answer
The Java SDK platform can be utilised for server programming. The platform is widely used in PCs, media players and other electronic equipment worldwide.
1 answer
True.
Java source code is called "platform independent" because it runs on top of the Java Runtime Environment (JRE). In order for this to work, a special JRE must be created for the platform you want to run a Java program on.
1 answer
Java is designed from the ground up for platform independence. All the programmer has to do is to abstain from using features that are platform-specific.
1 answer
WHY MEANS
the java is a platform independent language for the sake of it has its own platform to run the program it doesn't require any platforms like c and C++
1 answer
It is the method that gets called when a Java application is started.
1 answer
Java is a programming language that has two main types:
Java SE (Standard Edition): This is the core Java language that provides all the basic features and functionalities of Java. It includes the Java Virtual Machine (JVM), which is responsible for running Java programs, and the Java Development Kit (JDK), which is used for developing Java applications.
Java EE (Enterprise Edition): This is a set of Java APIs (Application Programming Interfaces) and technologies that are used for developing large-scale, distributed, and enterprise-level applications. Java EE includes a variety of APIs such as Servlets, JSPs, EJBs, JPA, JMS, and many others. These APIs provide a rich set of features for developing complex and robust enterprise applications.
For more information, please visit: 1stepGrow
2 answers