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
When a thread is executing a synchronized method , then is it possible for the same thread to access other synchronized methods of an object ?
Why multiple inheritance is not supported by java?
Write a function to print Fibonacci series and Tribonacci series?
What is the difference between super class & sub class?
Explain the difference between hashmap and hashtable in java?
What is difference between iterator access and index access?
What is module in oop?
How do you compare two strings lexicographically?
What are the advantages of packages in java?
What is the use of 'super' keyword inside a constructor?
Implement a stack with push (), pop() and min() in O(1) time.
What is collection api?
What is the difference between throw and throws in java?
What is an arraylist in java?
What is binary tree in java?