Define the use of static keyword. Write any four String methods used in java with example.
Marks: 5
Year: 2019 Final TU FOHSS
1. Use of static Keyword - Definition: The static keyword is used to declare class-level members (variables or methods) that belong to the class rather than any object. - Purpose: 1. Allows acce