Some notable difference between java and groovy way of implementing the solution is as mentioned below -
- Implementing immutable objects
- Implementing singleton objects
- Concise code with groovy
- String Vs GString
- Groovy Design patterns
- Closure
- Extending groovy with use directive
- Groovy auto creation of getters and setters
- Unit testing in groovy
- Adding new functionality to class at compile time or run-time using mixin
No comments:
Post a Comment