DAM_03
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…
Read more →Articles about IoT, PCB Design, Simulation and Development
11 results for Ficheros y E/S
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…
Read more →
What is computer security? A set of techniques and policies that seek to minimize the vulnerability of systems or the information they contain. It is about making the cost of improperly accessing a…
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…
Read more →We can read and write files with FileInputStream, which goes character by character. or we can use buffered reads.
Read more →A style is a set of properties that specify the look and format of a View or window; a style can specify properties such as height, font color... it can be defined with XML. Android styles share a…
Read more →
Media Playback The Android multimedia framework includes support for playing various types of media, making it easy to integrate audio, video, and images into applications. Resources go into the RAW…
Read more →Programs use variables to store information: Input data. Calculated results. Intermediate values generated throughout the calculation. All this information is ephemeral: when the program finishes…
Read more →
We can basically divide the implementation diagram into: Package diagram. Component diagrams. Deployment diagrams. All of them will serve to specify in some way how the implementation of the result…
Read more →
To write this program we will need: The Java SE Development Kit 8 (JDK 8) A text editor File creation A source file contains code, written in the Java programming language, that you and other…
Read more →To check the current version, run java -version To install Java on our PC, we have two alternatives, via PPA: sudo add-apt-repository ppa:webupd8team/java For Java 8: sudo apt-get install…
Read more →
Password protection Early versions of PDF could be unprotected without much hassle, but all that changed starting with version 1.6 of the format, which introduced encryption. Any attempt to remove…
Read more →