Translate

Friday 1 October 2021

Data types in Groovy Scripting groovy training videos in telugu 15

 Watch This Video

https://youtu.be/BLur73gOk5s


----------------------------------------------------------------------------------------------------------------------------

byte b =10
b.getClass().getName()

short s=9
s.class

float h=1.25f
h.class


3.class
56666666666666666666666666.class
56.5.class

def x=10
x.getClass().getName()

y='h'
y.getClass().getName()
a="rashmi"
a.getClass().getName()

No comments:

Post a Comment

Note: only a member of this blog may post a comment.