
Fill in the blanks.
1 ___operator is used to crate an array.
2 ___method can be called without the instance of a class.
3 When an interface method is implemented in a class. it must be declared as ___.
4 ___method of Math class returns the largest integer number less than or equal to given double value.
5 Strings that need modification are handled by ___ class.

1)[] 2)static 3)public 4)floor 5)StringBuffer
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.