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 |
What part of memory - Stack or Heap - is cleaned in the garbage collection process?
Can a for statement loop indefinitely?
Which one will take more memory: an int or integer?
How will you load a specific locale?
What is meant by throwing an Exception?
What access modifiers can be used for class ?
what is the default value of a variable char?(If not assigned)
Explain the concept of polymorphism with examples?
why the constructor should be used in class,if there is no constructor what will happen?
Difference in the use of print, println, and printf.
Why is serialization required?
What is difference between jdk,jre and jvm?