Java Programming Language
-
Lecture Java Programming Language: Variables and Constants provide knowledge about declaring variables, using variables, primitive data types, abstract data types, java packages, obtaining a value from the user, type casting, formatting numeric ouput, assignment operators, using named constants.
15p lavender2022 22-04-2022 39 2 Download
-
Lecture Java programming language: Conditional Control Structures introduces content such as the if Statement , the if-else statement, nested statements, the if-else if statement, the switch statement, generating random number, compound boolean expressions, the math class.
11p lavender2022 22-04-2022 50 2 Download
-
Loop Structures and Strings has main content such as the while statement, the do-while statemen, infinite loops , the for statement, debugging techniques, the string class, the string class, comparing strings.
10p lavender2022 22-04-2022 28 2 Download
-
Methods has main content such as program development using methods, program development using methods, writing methods, method parameters, method overloading, the return statement, documenting methods.
10p lavender2022 22-04-2022 22 2 Download
-
Lecture Java programming language: Classes and Object-Oriented Development mentions about what is an object?, designing and writing a class, writing constructors, instance and class members, the object class, classes using classes, object-oriented development.
10p lavender2022 22-04-2022 26 2 Download
-
Lecture Java programming language: Inheritance and Polymorphism has main content such as Object-Oriented programming, extending a class, implementing a subclass, polymorphism, abstract classes, interfaces.
11p lavender2022 22-04-2022 21 2 Download
-
Lecture Java Programming Language: Files and Exception Handling has main content such as what is a file, handling exception, the filereader and bufferedreader classes, he filewriter and bufferedwriter classes, object serialization,…
12p lavender2022 22-04-2022 24 2 Download
-
Lecture Java Programming Language: Recursion and Advanced Algorithms provide knowledge about selection sort, sorting objects, insertion sort, recursion, mergesort, depth-first searching.
10p lavender2022 22-04-2022 22 2 Download
-
Lecture Java Programming Language: The content of data structures mentions about the stack data structure, the queue data structure and the linked list data structure. Download to see more, please!
12p lavender2022 22-04-2022 23 2 Download
-
Bài giảng Công nghệ Java: Chương 0 do Trần Quang Diệu biên soạn nhằm mục đích phục vụ cho việc giảng dạy. Nhằm giới thiệu môn học, tên học phần, đánh giá bài học,...Mời các bạn cùng tham khảo!
6p thiennga_12 06-03-2018 66 5 Download
-
Multi-site, 3-tier-web architecture, robust security, written in Java & scripting language, good support system.Very user-friendly, 3-tier web architecture, excellent scalability, robust security, high latency of VPN’s security, built in Python programming language, very good upgrade frequency, simulation based ERP, Live Tutorial Cd.Flexible upgrade, Flexible report generation, User friendly, good update frequency
16p khuatthihoa 29-07-2013 78 4 Download
-
Developed by Sun Microsystems (James Gosling) A general-purpose object-oriented language Based on C/C++ Designed for easy Web/Internet applications Widespread acceptance Simple fixes some clumsy features of C++ no pointers automatic garbage collection rich pre-defined class library Object oriented focus on the data (objects) and methods manipulating the data all functions are associated with objects almost all data types are objects (files, strings, etc.) potentially better code organization and reuse...
14p huanltgc00061 05-05-2013 72 3 Download
-
An object-oriented programming language developed by Sun Microsystems Also a platform to support Java applications (technology) A little bit history 1991: A team led by James Gosling at Sun Microsystems developed Oak, for use in embedded consumer electronic appliances 1995: renamed Java -redesigned for developing Internet applications (Java 1.0 1.1). 1998: Sun announced the Java 2 platform (1.2,1.3,1.4) 2005 -Now: Java 5 (Java 1.5 -newest version 1.7)
20p lebronjamesuit 23-08-2012 88 5 Download
-
JavaScript là ngôn ngữ kịch bản để thông dịch (interpreted scripting language). Java là ngôn ngữ lập trình đích thực để biên dịch (complied programming language). Java và JavaScript chỉ có chung vài điểm nhỏ về ngữ pháp có thể làm các nhà lập trình quan tâm. Xét về tổng thể chúng là hai công cụ khác nhau hoàn toàn.
16p langtuhoadinhlang 25-12-2010 189 132 Download
-
The class file verifier (which includes the bytecode verifier) checks that the program obeys the rules of the Java Virtual Machine (but note that this does not necessarily mean that it obeys the rules of the Java language). 3. The security manager imposes local restrictions on the things that the program is allowed to do. It is perfectly possible to customize this to allow code limited access to carefully controlled resources. This could mean allowing no access to the local file system, and network access only to the location from which the code, or its Web page, came. You...
20p giangtanthon 10-02-2010 134 25 Download