when to use boolean and Boolean
1. if you want to have true or false use boolean.
2. if you want to have true or false or Null use boolean.
Ref : stackoverflow
1. if you want to have true or false use boolean.
2. if you want to have true or false or Null use boolean.
Ref : stackoverflow
No comments:
Post a Comment