free download vtu java notes by divya
#1

I like rnsit notes coz it's good. We can understand better in this notes
Reply
#2

Java is a general-purpose computer language that is concurrent, class-based, object-oriented and specifically designed to have as few implementation dependencies as possible. Its goal is to allow application developers to "write once, run anywhere" (WORA) which means that compiled Java code can be executed on all platforms that support Java without the need to recompile it. Java applications are usually compiled in bytecode that can be run on any Java virtual machine (JVM) regardless of the architecture of the computer. As of 2016 Java is one of the most popular programming languages in use, especially for client-server web applications, with 9 million reported developers. Java was originally developed by James Gosling at Sun Microsystems (which was later acquired by Oracle Corporation) and launched in 1995 as a core component of the Sun Microsystems Java platform. The language derives much of its C and C ++ syntax, but it has less low-level facilities than any of them.
The original Java compilers and reference implementation, virtual machines and class libraries were originally released by Sun under proprietary licenses. As of May 2007, in accordance with the specifications of the Java Community Process, Sun re-licensed most of its Java technologies under the GNU General Public License. Others have also developed alternative implementations of these Sun technologies, such as the GNU Compiler for Java (compiler of byte codes), GNU Classpath (standard libraries) and IcedTea-Web (browser plug-in for applets).

The latest version is Java 9, released on September 21, 2017, and is one of the two versions currently supported for free by Oracle. The versions prior to Java 8 are compatible both by Oracle and by other companies on a commercial basis. Java uses an automatic garbage collector to manage memory in the life cycle of the object. The programmer determines when the objects are created, and the Java runtime is responsible for recovering the memory once the objects are no longer used. Once there are no references to an object, the unreachable memory can be automatically released by the garbage collector. Something similar to a memory leak can still occur if a programmer's code contains a reference to an object that is no longer needed, usually when objects that are no longer needed are stored in containers that are still in use. If methods are invoked for a nonexistent object, a "null pointer exception" is thrown.
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: java 10cs753 vtu, free download vtu java notes by divya, java vtu notes download, java vtu notes by divya,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  Beautician course notes in hindi 0 5,831 24-02-2020, 04:31 AM
Last Post:
  salaam chaus superfast english book pdf free download 2 26,744 30-06-2019, 09:27 PM
Last Post: Sharad7shakky
  engineering mathematics 2 by dr ksc pdf free download 2 6,207 21-02-2019, 01:00 PM
Last Post:
  free download ksc m3 textbook vtu 1 3,022 11-12-2018, 10:50 PM
Last Post:
  free download college alumni php project 1 2,634 29-11-2018, 08:33 PM
Last Post:
  computer aided design vijayaraghavan book free download 2 10,047 27-11-2018, 04:49 PM
Last Post:
  special electrical machines by dhayalini pdf free download 1 3,238 16-11-2018, 08:38 AM
Last Post:
  ns2 source codes free download for hello flood attack 0 2,845 31-10-2018, 02:42 PM
Last Post: Guest
  software testing lab viva questions and answers vtu 0 5,523 30-10-2018, 02:09 AM
Last Post: Guest
  cs6503 theory of computation book free download pdf 0 12,014 28-10-2018, 05:29 PM
Last Post: Guest

Forum Jump: