Posts

Showing posts with the label JAVA Paper Solution

JAVA Paper Solution

JAVA Paper Solution Que. Explain the Features of Java (or Java Buzzwords)  Ans.    Simple    Secure    Portable    Object-oriented    Robust    Multithreaded    Architecture-neutral    Interpreted    High performance    Distributed    Dynamic  Simple  Java was designed to be easy for the professional programmer to learn and use effectively. If  we already understand the basic concepts of object-oriented programming, learning Java will be  even easier.   Because Java inherits the C/C++ syntax and many of the object-oriented features of C++,  most programmers have little trouble learning Java.   Secure  Most users worried about the possibility of infecting their systems with a virus. This type of  program can gather private information, such as credit card numbers, bank account balances, and  passwords, by search...