Define Multiprogramming and Multiprocessing in java.
No Answer is Posted For this Question
Be the First to Post Answer
What is array pointers ?
How to display names of all components in a Container?
Why java does not supports multiple inheritance?
what is a static block?
What do you mean by access modifier?
Explain all java features with real time examples
What is the use of System class?
As a developer what steps do you take to improve the performance?
what r advatages of websphere? & how to deploy?
class A{ some variables; public void a()throws Excepion1,Exception2{....} } class B extends A{ variables... public void a()throws E2,E3{.....} } Qns: here override of methods occurs or not,ore else wil give any compilation error or run properly..plz tell me briefly whts happening with the above codes....
How can u create the Object of class Without using "New" opertor?
What is string :: npos?