what is mutability?which one is mutable String or StringBuffer?and why?give examples of each which shows the mutability of each String or StringBuffer
4 24689How to add two numbers with out using Arithmetic , union operators in java....? But we can use bitwise operators... but how...?
4 10841Can we access private data outside of the class directly in java programming language? Why There is no runtime checking in java, which leads to access the private data directly outside of a class?
5 8775What is the need to implement Serializable interface (with no methods) for objects which are to be serialized ? We can write our own functionality which writes objects to streams then why we need to implement and tell JVM that which objects can be serialized.
6 13166what is the purpose of method overriding in java where v r completely re-defining a inherited method instead y can't v create a new method and define.If the question is very silly plz excuse me and do reply.Thank U!
7 25553If a multi threaded Java program has started numerous number of threads, at any point in time how to know which thread is currently executing/running ?
7 12549what is the use of pojo (plain old java objects)? how it is interact with crystal reports? pls urgent
1543
Can java inner class be static?
What are the 5 types of research methods?
List two java ide’s?
Define iterator and methods in iterator?
which pattern is default in scanner package?
How many JVMs can run on a single machine and what is the meaning of Just-In-Time (JIT) compiler?
Can a string be null?
Why is a string immutable?
What is a numeric format?
Is finalize() similar to a destructor?
How do generics work in java?
How to sort an array in java without using sort method?
What is tcp and udp?
Explain access modifiers in java.
State the merge-sort principle and its time complexity.