by Mr.Oates | Jan 14, 2026 | College class
To generate documentation for my program there is a generator called Javadoc. My integrated development environment (IDE), NetBeans, where the code can be tested as if being compiled, I can right click on a package of my program and then click “generate...
by Mr.Oates | Jan 3, 2026 | College class, skills
Java is a widely used object oriented programming language. Which basically means an object is created from a class( the parent class could be “Animal”), for example a cat object from that class would have attributes such as age, weight , name etc.. It then has...
by Mr.Oates | Nov 2, 2025 | College class, Security
The security status of my operating system Use the command line netstat -np tcp in the shell The entry TCP 127.0.0.1:56663 127.0.0.1:64867 ESTABLISHED shows an active, secure connection occurring on your local computer. Here is a breakdown of what each part means....
by Mr.Oates | Oct 25, 2025 | College class, Information Technology
An effective operating system must fulfill comprehensive organizational, security, performance, and reliability requirements to support…the OS must be manageable and scalable, enabling efficient developer workflows through features like… ...Read All Share...
by Mr.Oates | Oct 18, 2025 | College class, Information Technology
Multiprocessor system uses two or more separate processors that share resources enabling them to work together seamlessly. This means that if one processor runs into trouble the others can keep things running smoothly. A processor that has more than one core is...
by Mr.Oates | Oct 16, 2025 | College class, skills
Deadlock Avoidance During the implementation of its new and improved back-office operating system, Top Secret, Inc. (TSI) finds that the TSI OS lacks mechanisms for the ordered acquisition of synchronization object. Mechanisms would include; “Monitors- A design...