what are the differences between java and .net?..why u
choose java?
Answer / mohamed nazar
1)java is developed by sun, .net is developed by microsoft
2)java is a open source software, .net is a license based
software
3)java is a platform independent it can execute in mac,
linux, windows operating system also, but .net .net can
execute only in windows
4)Java is more flexible than .net
so i choose java
| Is This Answer Correct ? | 10 Yes | 1 No |
What is the protected method modifier?
Can we have more than one package statement in the source file?
What is java instanceof operator?
What is the use of http-tunneling in rmi?
Draw a UML class diagram for the code fragment given below: public class StringApplet extends Applet { private Label sampleString; private Button showTheString; private ButtonHandler bHandler; private FlowLayout layout; public StringApplet() { sampleString = new Label(" "); showTheString = new Button (" Show the String"); bHandler = new ButtonHandler(); layout = new FlowLayout(); showTheString.addActionListener(bHandler); setLayout(layout); add(sampleString); add(showTheString); } class ButtonHandler implements ActionListener { public void actionPerformed(ActionEvent e) { samplestring.setText("Good Morning"); } } } Note: The methods need not be indicated on the diagram.
How to count occurrences of each duplicate element in a list {a,b,d,c,a,b} ? Thanks in Advance
What are the approaches that you will follow for making a program very efficient?
What is synchronization? How it can be achieved?
Can a class be private in java?
Is void a data type?
What are the advantages of inner classes?
what is the difference between HashMap and Hashtable
17 Answers Value Labs, Virtusa,