question archive 1) List all primitive data types in Java! Includes its name, range of value, and size! 2) Explain and give example 6 methods in Class String in Java! 3) Develop and implement an algorithm to check whether a number is prime numbers or not! a
Subject:Mechanical EngineeringPrice: Bought3
1) List all primitive data types in Java! Includes its name, range of value, and size!
2) Explain and give example 6 methods in Class String in Java!
3) Develop and implement an algorithm to check whether a number is prime numbers or not!
a. Explain your algorithm by using pseudo-code and flowchart!
b. Then, implement your algorithm explained in (a) by using Java programming language!