Steps:
- Pre-requisite: Git to be preinstalled in your m/c
- Goto Command prompt & run below command
- git svn clone -r HEAD <SVN Codebase URL>
- This will create a folder with same name of app with .git file
Suppose, we have a list of Employee objects where we want to create a Map from the list with employee id as Key. You can do that with Java S...
No comments:
Post a Comment