What is difference between Eclips and MyEclips?
Answers were Sorted based on User's Feedback
Answer / amareshara
Eclipse is a platform for developing, and MyEclipse is just
a series of plugins for that platform. as to myself, I
would like to use MyEclipse to develop some web project,
just like jsp and servlet. of course, there are many other
tools in MyEclipse, for example, J2EE, UML and so on.
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / mushtaq hussain
MyEclipse gives the support of implementing different
frameworks like struts,hibernate, spring ...
it automatically download the jars files required for any
framwork.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / srinivasa
Both are IDE's for developing applications.
Myeclipse is built on eclipse. Means some additional
features are added on top of eclipse for the ne tech
support.Plugins are added for supporting new features which
are not available in eclipse.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why generics are used in java?
How do you join strings in java?
why to use transient variables when static variables can be used for Serialization
Class c implements interface I containing method m1 and m2 declarations. Class c has provided implementation for method m2. Can I create an object of class c?
what are the differences between java and .net?..why u choose java?
What is the difference between Checked and Unchecked exception? Give some examples
How will you add panel to a frame?
Enlist diffrent types of inheritance supported by java?
What is main function purpose?
Explain different forms of polymorphism?
Where is java located?
What is boolean data type in java?