What is the difference between java and .Net?

Answer Posted / dipak kanani

java is not provied mutilanguage but .net provied multi-
language

Is This Answer Correct ?    25 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What technique can be employed to compare two strings?

578


Can we have 2 main methods in java class?

543


Write down program for following scenario. Use java coding standard. You have array list with some words in it..we will call it as dictionary….and you have a arbitrary string containing some chars in it. You have to go through each word of dictionary and find out if that word can be constructed with the help of chars from arbitrary string given. If you find the word print it else print none.

2286


Say you want to store the information about a number of pets in an array. Typical information that you could store for each pet (where relevant) would be • Breed of animal • Animal's name • Its birth date • Its sex • Whether it has been sterilised or not • When it is due for its next inoculation • When it last had its wings clipped For each type of pet (eg. dog, cat or bird) you would typically define a class to hold the relevant data. Note: You do not need to implement these classes. Just answer the following questions. 3.1.1 What would be the advantage of creating a superclass (eg. Pet) and declaring an array of Pet objects over simply using an array of Objects, storing each of the instances of the different pet classes (eg. Dog, Cat or Bird) in it? 3.1.2 Would you define Pet as a class or as an interface? Why? (2) (2)

1351


How many digits can a float hold?

539






Define canvas?

570


Is java good for beginners?

583


What is a numeric format?

574


Why do we need variables?

531


What are the different types of methodologies?

533


What are the escape sequences in java?

565


What is the static block?

587


What are the differences between graph and tree?

651


What are thread groups?

578


What is meant by collection in java?

560