Answer Posted / amit raj
java is an object-oriented programming language devloped by
Sun Microsystem,Modeled on C++,java was designed to be
small,simple,and portable across platforms.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is an example of a conditional statement?
Can bool be null?
What is treeset in java collection?
How is java created?
When should I use stringbuffer?
What is oop in java?
What are the important features of Java 9 release?
what are synchronized methods and synchronized statements? : Java thread
What is java util function?
What is compiler and what its output.
What is difference between equals and hashcode method?
Given a singly linked list, how will you print out its contents in the reverse order? Can you do it with consuming any extra space?
How to display all the prime numbers between 1 and n (n is the number, get the input from user)
What are the important features of Java 11 release?
Write a program to print fibonacci series up to count 10.