Is Java is 100% pure OOPS? Explain?

Answer Posted / muthusenthil

java is not 100% oops because of only reason it has static
keyword, according to oops and in real world we need an
object to perform a function but in java using class name
without an object we can perform function or call a method
this violates oops and real world reflection..

Is This Answer Correct ?    24 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between call by reference and call by pointer?

472


how to open and edit XML file in Weblogic???

1524


How many types of voids are there?

508


What is the format specifier?

494


What is protected in java?

508






What is an exception? difference between Checked and Unchecked exception in Java

534


Can we restart a thread already started in java?

554


when a request is generated from apache tomcat 5.5 and goes to oracle 10g or mysql,,, how the oracle or mysql reads the request as apache is a web server and oracle 10g is application server? when the oracle 10g provides response, how the apche tomcat reads it???

1650


What is the meaning of course?

557


What is static synchronization?

549


What is a vararg?

522


What is tcp and udp?

577


What is the difference between JVM and JRE?

593


Write a function to print Fibonacci series and Tribonacci series?

732


What is a file pointer?

490