Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9c068e3

Browse files
authored
Merge pull request#25 from coderolls/groovy-determine-datatype-of-an-object
Update blogpost intro
2 parentsc55addc +7ebd3b2 commit9c068e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎_posts/groovy/2021-05-11-determine-a-datatype-in-groovy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ categories: [Groovy]
66
description:"In this quick tutorial, we will how can we determine the datatype of an object in Groovy."
77
---
88

9-
##Introduction
10-
119
In this quick tutorial, we will see how we can determine the datatype of an object in Groovy.
1210

11+
##Introduction
12+
1313
When you are writing a Groovy code, sometimes you need to check the datatype of an object. Also, not following the proper naming convention may lead to object datatype confusion.
1414

1515
We will see the best way to check the datatype of an object in groovy so that you can use it correctly in the code.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp