1.if we don't know anything about implementation just we have requirement specification then we should go for interface. 2.inside interface every method is always public and abstract whether we are ...
1.process is nothing but instace of a program that is getting excuted(Note:- excution only done by JVM only) 2.process has own resources such as memory,thread etc.os ...