answersLogoWhite

0


Best Answer

A class is a template of a type of object. This common paradigm in object-oriented programming (OOP) allows code that can be reused on slightly different, but common data to reduce code complexity. A template for a vehicle in a video game might store its velocity, fuel, damage, and so on. Most classes have no use until they are "instantiated", at which point the template is applied to an area of memory and it becomes an object. Some classes are never instantiated, as they help other classes, and some classes might have some functions that can be called without an instance (known as static methods). Classes allow for similar or related logic to be grouped together, allows memory to be protected from other code units also loaded in memory, and reduces overall programming complexity.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

15y ago

Class in java Programming is nothing but a collection of methodes used in different programmig. example of Java class is Rectangle,*etc etc.

This answer is:
User Avatar

User Avatar

Wiki User

13y ago

A class is the only way to make an executable in Java. All of your code must go in it. Even an enum is a class.

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

A class is a file that ends in .java

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is meant by a class in java programming language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What is Date class in java?

i am management student,and want to know answer that ,what is date class in java?


What is jython?

Jython is a version of the Python programming language that is integrated with the Java programming language, allowing you to mix Java and Python code and run both on the Java Virtual Machine.


Why java is 100 percent programming language?

There are no 'partial' programming languages.


Is java a hardware platform?

No. It is a programming language


What programming language does minecraft use?

Java

Related questions

Is the best institute for learn java programming in Pakistan?

The Java programming language is a general-purpose computer programming language that is concurrent, class-based, object-oriented, and specifically designed to have as few implementation dependencies as possible. Then you learn java programming language in Pakistan get the best java programming classes at the lowest cost.


What programming language are java applets written in?

Java applets are written in the Java programming language. Java is considered to be one of the oldest and most commonly used programming languages in the world.


Which type of language is java?

Java is truly object oriented programming language


What is Date class in java?

i am management student,and want to know answer that ,what is date class in java?


Is java a database?

No, its a programming language.


Is java DBMS?

no, Java is not dbms.. Java is a programming language Dbms is database


What is jython?

Jython is a version of the Python programming language that is integrated with the Java programming language, allowing you to mix Java and Python code and run both on the Java Virtual Machine.


What are differences between PHP and Java?

PHP and Java.. hummPHP is a programming language to make websites and scripts on the web.. while Java is an hardware programming language, please be advised that you can use Java applications on the web by using applets...But generally Java will be used to develop hardware applications..But if you meant JavaScript instead of Java:JavaScript is an client side language that help you change/modify your elements on your website without reloading page.


Why java is 100 percent programming language?

There are no 'partial' programming languages.


Is java a hardware platform?

No. It is a programming language


What programming language does minecraft use?

Java


Is java example of a procedural programming language?

No.Its purely object oriented programming language