Great Deal! Get Instant $10 FREE in Account on First Order + 10% Cashback on Every Order Order Now


Using the materials in GitLab, Firebase and the
vulnerability report. Please add security features where necessary and write in
a report of what changes were made.



Please use my login for writing the report (It is the same
as the Firebase login).



For the report add to the following link:



https://docs.google.com/document/d/1D2hGLLK2yR6DlvUSJ6OqeEUdG3hU7FOdb6ySKIcGWQc/edit?pli=1&tab=t.0#heading=h.8h0npxsghoww





To connect to the Firebase and GitLab you will need to
connect to the VPN first. Please be very thorough, it needs like I need to have
worked on this for weeks.





Use the following link to access Gitlab. You will have to
first be connected to the VPN



https://gitlab.cs.wwu.edu/users/sign_in



GitLab Login (Alumni Money)



XXXXXXXXXX



&pHjT&D8T*VdBi





Use the following link to connect to the firebase



https://accounts.google.com/InteractiveLogin/signinchooser?continue=https%3A%2F%2Ffirebase.google.com%2F_d%2Freturn%3Fcontinue%3Dhttps%253A%252F%252Ffirebase.google.com%252F&ifkv=AaSxoQyKgRPXvyvulAjae94-DKUd9-NjI8SYYLjXbQdU8rI4JnzumFHTlORJlT9htpNicpny__hE7w&ddm=0&flowName=GlifWebSignIn&flowEntry=ServiceLogin



Firebase Login



XXXXXXXXXX



C!nn@m0n!1998





Use the following link to download the vpn client



https://support.cs.wwu.edu/home/access/csci_vpn/index.html



OpenVPN Connect Login



XXXXXXXXXX



&pHjT&D8T*VdBi

Answered 2 days After Sep 29, 2024

Solution

Shubham answered on Oct 01 2024
4 Votes
Question 1
The program describes about multithreading in Java using Thread class and Runnable interface. In each string in the a
ay sa, a new PrintChar task is created and co
esponding thread (ts) is started. Every thread prints the respective character 200 times. The important aspect with the threads is that it run concu
ently that leads to interleaved outputs [2]. It is because thread scheduler of Java decides order in which every thread executes. This can result in unpredictable output sequences that includes characters like "a", "X", "+", and "." that are printed in mixed order rather than sequentially.
Question 2
If start () is replaced with run () on line 7, the program will no longer execute threads concu
ently. This will start a new thread, calling run () directly will execute run () method in the main thread. This means that every PrintChar task will complete fully before starting new one. This will result in the characters being printed in order like "a", "X", "+", "." 200 times each. The output that is characteristic of multithreading will be lost and program will act like single-threaded...
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Looking For Homework Help? Get Help From Best Experts!

Copy and Paste Your Assignment Here