HP Inc. interview question

What is Object/class/static/dynamic memory in Java ? Questions about C? Projects done, do you use GIT?

Interview Answer

Anonymous

Nov 3, 2019

Class is a blueprint where we implement objects in java. Static means how much you need before you start whereas dynamic means how many it will be so it will be complicated to manage.

1