Maven Build tool setup

Maven – Setup by downloading latest release. Maven uses in software development Lets see the maven setup step by step 1)Download the latest maven from the link Maven download link currently refer the latest version marked in the below screenshot 2)unzip the downloaded maven zipped folder to any of your favorite location 3)set the following […]

Share this article on

Multithreading in java

It says multiple tasks can be done at a time but actually its not exactly like that. It will keep the cpu idle time less. Because cpu will have a responsibility to execute many threads if we Use multithreading. If its single threaded application then it might keep the cpu idle for some time and […]

Share this article on
< Previous Next >