Saturday, March 3, 2018

How to report bug?



https://www.youtube.com/watch?v=Ze_nGboSmZ4


1> Reproducible

  • relevant details
  • screen shot
  • video record

2> Specific

No comments:

Post a Comment

java special for collection size, array size, and string size

Size: For Collections (eg: Map, List, etc ): usually it use collection.size(), eg         Map<Character, Integer> map ...