java is fully object oriented languages or not? why?
Answer Posted / shashank shrivastava
Java is fully object oriented langauge because in java
every thing even main() also inside the class & its
contained all feature of OOPs
| Is This Answer Correct ? | 6 Yes | 28 No |
Post New Answer View All Answers
What is the relation between the infobus and rmi?
How are commas used in the intialization and iteration parts of a for statement?
Why does the tag url-encode javascript and mailto links?
What is the difference between the font and fontmetrics classes?
whats is statement and procedure
int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!
How database connectivity in XML is achieved?
Which textcomponent method is used to set a textcomponent to the read-only state?
Should synchronization primitives be used on bean methods?
whats is mean by connectionpooling
What are local interfaces? Describe.
What is the purpose of the notify() method?
What is scalable, portability in the view of J2EE?
How to implement RMI in Java?
Which characters may be used as the second character of an identifier, but not as the first character of an identifier?