java is fullu object oriented or pure? why?

Answer Posted / pankaj

we work in java with the help of object and class so we can say that java is true object oriented language..not pure..pure means total work on object without class .

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a nested list?

524


What is the main use of generics in java?

512


How do you add an element to a hashset in java?

494


What is binary tree in java?

538


What is difference between iterator access and index access?

650






When is an object subject to garbage collection?

588


public class Test { public static void main(String[] args) { int countA = 0; int countB = 0; int countC = 0; int countD = 0; int countE = 0; int countF = 0; int countG = 0; int countH = 0; int countI = 0; int countJ = 0; int countK = 0; int countL = 0; int countM = 0; int countN = 0; int countO = 0; int countP = 0; int countQ = 0; int countR = 0; int countS = 0; int countT = 0; int countU = 0; int countV = 0; int countW = 0; int countX = 0; int countY = 0; int countZ = 0; } } Can anybody tell me any alternate solution(like loop or something) to automate this initialization process. Ex:- for(char chr='A';chr<='Z'; chr++) { (int) String "count"+chr = 0; }

1853


What is a Hash Table? What are the advantages of using a hash table?

612


What is basic syntax?

555


Is an object null?

563


What are the ways in which a thread can enter the waiting state?

518


How do you control extraneous variables?

512


What do you mean by an object in java?

637


What is the difference between compile-time polymorphism and runtime polymorphism?

570


A person says that he compiled a java class successfully without even having a main method in it? Is it possible?

588