Can size_t be negative?
No Answer is Posted For this Question
Be the First to Post Answer
When we can access the static data member without creating the object what is the need of the object in java.
5 Answers Airhub, ssinformatics,
What are the 4 versions of java?
What are the similarities between an array and an ArrayList?
Is void a wrapper class?
What is static class
In C we use only compiler. Why java uses both compiler and interpreter? What is its significance?
What is difference between Heap and Stack Memory?
What is the difference between variable & constant?
Which collection is ordered in java?
How to set the Heap size in Java ?
7) Suppose there is Student class like class student { int age; string name; } We want to store these objects in a HashMap. Do we need to override any methods in Student class? If any which ones and why? what if i just override equals or just hashcode? what will be the results in both the cases?
what is the difference b/w design pattern and architecture