0% found this document useful (0 votes)
2 views1 page

Java Programs for String and Float Operations

The document outlines two main tasks for Java programming. The first task involves creating a string to perform operations like reversing its content and finding substrings, or comparing float objects and rectangle area with perimeter. The second task requires writing a program to handle command line arguments or to check if a character is in lowercase.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views1 page

Java Programs for String and Float Operations

The document outlines two main tasks for Java programming. The first task involves creating a string to perform operations like reversing its content and finding substrings, or comparing float objects and rectangle area with perimeter. The second task requires writing a program to handle command line arguments or to check if a character is in lowercase.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd

1.

Write a Java Program that creates a string and performs various operations is:

a. Reverse its content.


b. Print to find substring.
OR

a. Program to compare two float objects.


b. Program to compare area of rectangle with perimeter.

2. Write a Java program that passes command line arguments.

OR

Write a Java Program to find whether character is in lowercase or not.

You might also like