What is the difference in between cpp and java? Can u explain in detail?
No Answer is Posted For this Question
Be the First to Post Answer
Why we should declare the variables as static and final in interfaces?
I want to persist data of objects for later use. What is the best approach to do so?
How is a variable stored in memory?
Can I create any Marker Interface? If yes then how can I use it???
is memory to the abstract class allocated ..or objects not instantiated
abstract class A{ int list []=new int [100]; A(int x,int y){ rondom n=new rondom(); for (int i==;i<100;i++); list [i]=x+r.next int(y-x+1); abstract sort (); abstract binary sarch(int temp); class B extends A{
What is the vector class in java programming?
Can we create an object if a class doesn't have any constructor ( not even the default provided by constructor ) ?
What are the main uses of this keyword?
Compare Mutex and Semaphore in java.
Can this keyword be used to refer static members?
Why Java doesn’t support multiple inheritance?