answersLogoWhite

0

Java is an Object Oriented language not a procedural language

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

Why do you require a object in java but not in C?

Because Java is an object-oriented language and C is a procedural language.


Is java example of a procedural programming language?

No.Its purely object oriented programming language


What is Procedural Abstraction?

java supports procedural abstraction by means of constructors and methods. in java constructor and methods are always components of particular class. java supports coping parameter only. procedural abstraction is a principle in which the particular language supports some features through which procedures are modelled in the class hiding other details.


Is C programming procedural or object oriented?

C is a weakly typed procedural programming language. For object oriented programming languages near C, you can look at ooc ( http://ooc-lang.org/ ), C++, D, and Java.


Is a query language procedural language?

isA query language is a procedural language.


Example of procedural programming language and object oriented programming language?

example of procedural programming are those programming language that have structure e.g basic,fortran,c++,c and pascal e.t.c


C is nonprocedural or procedural language?

C is Procedural Language.


What is Procedural query language?

A procedural language is nothing but what we call relational algebra. Procedural language is just like SQL but with different syntax. In Procedural language for "Select" we use projection and for "where" clause we use selection.


What is procedural approach and object-oriented approach in java?

h


What is the difference structured programming language and java?

There is no difference between procedural programing language & structure programing language


Is a query language a procedural language?

No, a query language is not a procedural language. Query languages are used to retrieve specific information from databases or other data sources by defining and executing queries, while procedural languages are used to write algorithms and executable instructions to solve problems.


What is the difference between program language and procedural language?

programming language is of two type 1. procedural programming language 2.non procrdural programming language .. ----non procedural programming language means that which relates with the real world.. for example-oops oops is a non procedural programming language because it relates to the object and object relate to the natural or real world where as that languge which does not belong to the real world is known as procedural language