Skip to content
Adglob Infosystem Pvt Ltd
  • About Us
  • B2B and B2C Database
  • Bulk Email Solution
  • Contact Us
  • Corporate Email Service
  • Database Portfolio
  • Database Process Flow
  • Database Services
  • FAQs
  • Lead Generation
  • Managed Email Campaign Solution
  • Our Clients
  • Privacy Policy
  • Product Blog
  • Request Sample for Free Database
  • Terms & Conditions
  • Web Scrapping
  • Author: K Z

    This author has written 1821 articles
    1. Home>
    2. K Z>
    3. Page 13

    Groovy – concat()

    • Post author:K Z
    • Post published:December 15, 2021
    • Post category:Groovy
    • Post comments:0 Comments

    Concatenates the specified string to the end of this String. Syntax String concat(String str) Parameters str - the String that is concatenated to the end of this String. Return Value…

    Continue ReadingGroovy – concat()

    Groovy – compareToIgnoreCase()

    • Post author:K Z
    • Post published:December 14, 2021
    • Post category:Groovy
    • Post comments:2 Comments

    Compares two strings lexicographically, ignoring case differences. Syntax int compareToIgnoreCase(String str) Parameters Str – String value for comparison. Return Value This method returns a negative integer, zero, or a positive…

    Continue ReadingGroovy – compareToIgnoreCase()

    Groovy – center()

    • Post author:K Z
    • Post published:December 14, 2021
    • Post category:Groovy
    • Post comments:0 Comments

    Returns a new String of length numberOfChars consisting of the recipient padded on the left and right with space characters. Syntax String center(Number numberOfChars) Parameters Number – Number of characters…

    Continue ReadingGroovy – center()

    Groovy – String Length

    • Post author:K Z
    • Post published:December 14, 2021
    • Post category:Groovy
    • Post comments:2 Comments

    Syntax − The length of the string is determined by the length() method of the string. Parameters − No parameters. Return Value − An Integer showing the length of the string. Example Following…

    Continue ReadingGroovy – String Length

    Groovy – String Repetition

    • Post author:K Z
    • Post published:December 14, 2021
    • Post category:Groovy
    • Post comments:2 Comments

    Syntax The repetition of strings can be done by the simple ‘*’ operator. String*number Parameters The parameters will be A string as the left operand for the * operatorA number…

    Continue ReadingGroovy – String Repetition

    Groovy – Concatenation of Strings

    • Post author:K Z
    • Post published:December 14, 2021
    • Post category:Groovy
    • Post comments:2 Comments

    Syntax The concatenation of strings can be done by the simple ‘+’ operator. String+String Parameters − The parameters will be 2 strings as the left and right operand for the +…

    Continue ReadingGroovy – Concatenation of Strings

    Groovy – Strings

    • Post author:K Z
    • Post published:December 14, 2021
    • Post category:Groovy
    • Post comments:0 Comments

    A String literal is constructed in Groovy by enclosing the string text in quotations. Groovy offers a variety of ways to denote a String literal. Strings in Groovy can be…

    Continue ReadingGroovy – Strings

    Groovy – random()

    • Post author:K Z
    • Post published:December 14, 2021
    • Post category:Groovy
    • Post comments:1 Comment

    The method is used to generate a random number between 0.0 and 1.0. The range is: 0.0 =< Math.random < 1.0. Different ranges can be achieved by using arithmetic. Syntax…

    Continue ReadingGroovy – random()

    Groovy – radian()

    • Post author:K Z
    • Post published:December 14, 2021
    • Post category:Groovy
    • Post comments:3 Comments

    The method converts the argument value to radians. Syntax double toRadians(double d) Parameters d - A double data type. Return Value This method returns a double value. Example Following is…

    Continue ReadingGroovy – radian()

    Groovy – Numbers toDegrees()

    • Post author:K Z
    • Post published:December 14, 2021
    • Post category:Groovy
    • Post comments:0 Comments

    The method converts the argument value to degrees. Syntax double toDegrees(double d) Parameters d - A double data type. Return Value This method returns a double value. Example Following is…

    Continue ReadingGroovy – Numbers toDegrees()
    • Go to the previous page
    • 1
    • …
    • 10
    • 11
    • 12
    • 13
    • 14
    • 15
    • 16
    • …
    • 183
    • Go to the next page
    Copyright - OceanWP Theme by OceanWP