Subscribe to:
Posts (Atom)
Difference between class level and object locking and static object lock
1) Class level locking will lock entire class, so no other thread can access any of other synchronized blocks. 2) Object locking will lo...
-
Sometimes jar files get corrupted and we will get errors like below when we will run the file. $ java -jar test.jar Error: Invalid or co...
-
Download entire directory from Nexus by wget command: wget -r -nH --cut-dirs=6 --no-parent --reject="index.html*" --user=<...
-
Note : It is recommended to create a single from one pom . If possible then try to decompose the package structure to create multiple proje...