JAVA classes, objects, methods? Constructor?

Good evening, I'm just starting to study computer science and today we talked about classes, objects and methods. If I understand correctly, classes are like blueprints. From these, objects emerge, which in turn have methods. For example: Class: Car -> Object: VW or Object: BMW or did I misunderstand that? and what is the constructor…