Answer Posted / kalva raju
Java is a programming language, it is more used in internet and web application.Java have source code.
.Net is a graphical language work with GUI mode
Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
What is java english?
What is 32 bit float?
What is a nested class?
Difference between collection, collection and collections in java?
What is the importance of hashcode() and equals() methods?
What are peerless components in java programming?
What is java util function?
Which is bigger double or float?
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. (
Difference between this() and super() in java ?
What are parsing rules?
Do you know why doesn't the java library use a randomized version of quicksort?
What is the difference between the paint() and repaint() methods in java programming?
What class allows you to read objects directly from a stream in java programming?
Can we nested try statements in java?