-
Cant create file in the C drive root directory Windows 8
Developing a simple Java program to write a file in the C drive root directory (where Windows is installed), but the program prompts an “access is denied” error. Try to create an empty file in the C drive root directory manually, but no options to create any files, only new folder is allowed.
Date: 2019-08-18 View: 1520
-
Java RMI Hello World example
RMI stands for Remote Method Invocation and it is the object-oriented equivalent of RPC (Remote Procedure Calls). RMI was designed to make the interaction between applications using the object-oriented model and run on different machines seem like that of stand-alone programs.
Date: 2019-08-17 View: 1520
-
Java RMI Distributed objects example
Image Source: Wikimedia.org
Date: 2019-08-11 View: 1520
-
Linux How to assign execute permission to a .sh file
On *nix, you can use chmod +x file.sh to make a .sh file executable.
Date: 2019-08-11 View: 1520