An array is an object that contains one or more elements. Each element can contain a primitive data type or can contain references to objects. All elements of an array must be of the same type…
Data structures
Java
Object-oriented programming
Read more →
Primitive data types are not objects, but sometimes, objects are needed. Primitive type · Wrapper class byte · Byte short · Short int · Integer long · Long float · Float double · Double char…
Java
Object-oriented programming
Read more →
Object-oriented programming (OOP) is a programming paradigm that uses objects to create applications. In addition, it offers us several advantages, including: Allowing code reuse and extension…
Java
Object-oriented programming
Read more →
M03 - Programming What is Object-Oriented Programming? Encapsulation Inheritance Polymorphism Assignment polymorphism Pure polymorphism Overloading Inclusion polymorphism Wrapper classes in Java…
DAW
Web development
Teaching
Java
Object-oriented programming
Read more →
Structured and modular programming Java (Oracle) Installation Fundamentals (UF4) 2015-09-25 Presentation. Hello world explanation. Hello World in Java. 2015-10-01 Test -> Hello world, based on JAVA…
DAM
Teaching
Data structures
Files and I/O
Java
Read more →
Software Test Design and Execution Testing is necessary in the manufacturing of any industrial product and in the development of IT projects. Who would sell a vacuum cleaner without being sure that…
DAM
DAW
Java
Read more →
With the ArrayList class, we have been able to see how we could make a list of any object, as this class uses this Java paradigm, which is called generic programming. Generic programming consists of…
DAM
DAW
Data structures
Files and I/O
Java
Read more →
Application of storage structures in object-oriented programming. Collections are objects that reference a set of objects. They are dynamic structures. Any object can be stored in a collection. They…
DAM
DAW
Data structures
HTML
Java
Read more →
Java is a first-class object-oriented language. With the exception of primitive data types, everything in Java is an object. Even an array is an object. Every class creates instances that are…
DAM
DAW
Java
Read more →
We can read and write files with FileInputStream, which goes character by character. or we can use buffered reads.
DAM
DAW
Files and I/O
Java
Read more →
XML stands for "Extensible Markup Language". It has several advantages over other ways of storing information: It is extensible: After being designed and put into production, it is possible to extend…
Databases
DAM
DAW
Java
XML
Read more →
Android includes support for high-performance 2D and 3D graphics with the Open Graphics Library (OpenGL). Specifically, the OpenGL API is a cross-platform graphics API that specifies a standard…
Android
DAM
Mobile development
Java
Multimedia
Read more →