Answer Posted / sadikhasan palsaniya
There is no any full form of JAVA it is specially given by
Sun Microsystems.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is the difference between state-based unit testing and interaction-based unit testing?
Explain about map interface in java?
What do you understand by casting in java language?
What is float in java?
what is mutual exclusion? How can you take care of mutual exclusion using java threads? : Java thread
4.1 Supply contracts (in the form of comments specifying pre- and post conditions) for the enqueue() method of the LinkedQueue class given in the Appendix. (2) 4.2 Let Thing be a class which is capable of cloning objects, and consider the code fragment: Thing thing1 = new Thing(); //(1) Thing thing2 = thing1; //(2) Thing thing3 = (Thing) thing1.clone(); //(3) Explain how the objects thing2 and thing3 differ from each other after execution of the statements. (
What are the steps that are followed when two computers connect through tcp?
What is a class object?
What is a arraylist in java?
Give the hierarchy of inputstream and outputstream classes.
Is cout buffered?
Explain inner classes ?
Can we increase array size dynamically in java?
What is the purpose of the finalize() method?
What technique can be employed to compare two strings?