-
Features of java?
● features of Java: - The Java Virtual Machine - Garbage Collection - Code Security Java Features: ● Java Virtual Machine (JVM) - an imaginary machine that is implemented by emulating software on...
-
What is buzzword in java?
buzzwords are nothing but the feature of java programming and they are as follows...1 complied and interpreted2 platform independent and portable3 high performance4 Robust5 simple6 Secure...........
-
What are the features of daemon thread in java?
Any Java thread can be a daemon thread. Daemon threads are service providers for other threads running in the same process as the daemon thread. For example, the HotJava browser uses up to four...
-
What are basic java features?
features are: 1. Inheritance 2. Polymorphism 3. Data Encapsulation 4. Data Abstraction etc..
-
What are Features of java swing?
Swing is the next-generation GUI toolkit that Sun Microsystems has developed for the Java language. It is essentially a vast component framework built over parts of the older AWT component libraries...