enlist some features of jdk.
Answer / Karamveer Yadav
1. Object-Oriented Programming (OOP) principles.n2. Rich class libraries, including collections, utilities, and I/O streams.n3. Support for network programming with sockets and RMI.n4. A powerful Java Virtual Machine (JVM).n5. Integrated Development Environment (IDEs) like NetBeans, Eclipse, and IntelliJ IDEA.n6. Garbage collection for automatic memory management.n7. Exception handling to manage errors and exceptions.
| Is This Answer Correct ? | 0 Yes | 0 No |
What does indexof mean?
If two threads have same priority which thread will be executed first ?
Can bool be null?
What is a boolean flag in java?
Explain the difference between runnable and callable interface in java?
Can a serialized object be transferred via network?
Can we serialize singleton class?
What does %4d mean in java?
I want to know the host name and provider name for tcs web mail
what is template design pattern?
Which is better stringbuilder or stringbuffer?
Why is stringbuffer called mutable?