724-991-5317 Darrren8@gmail.com
Program Documentation with Javadoc

Program Documentation with Javadoc

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...
Learning to Code with Java

Learning to Code with Java

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...
Operating System Security

Operating System 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....
DeadLock Avoidance

DeadLock Avoidance

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...
alignablev2Tick-tok-logo