Can someone give me a brief explaination about the following Java buzzwords | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can someone give me a brief explaination about the following Java buzzwords

1. Object Oriented 2. Robust 3. Multithreaded 4.Architecture neutral 5. Interpreted and High Performance 6. Distributed 7. Dynamic

27th Sep 2019, 8:26 PM
WOODE WILFRED ATO QUARSHIE
WOODE WILFRED ATO QUARSHIE - avatar
1 Answer
0
3.Multithreaded-It means that more than one thread can be implemented simultaneously, Main() being the 1st thread.By multithreading More data can be processed in less time as compared to program created with only using one thread, that being main(). You can easily find everything about all topics in detail/brief in google.
21st Oct 2019, 2:22 PM
navneet
navneet - avatar