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
1 Resposta
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.