79542875

Date: 2025-03-29 06:41:50
Score: 2
Natty:
Report link

"Record" is an abstract class from java.lang package introduced by java17 version and which is used to generate record-objects.

syntax of Record:

Record Record_name(paralist)

{

//record body

}

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: user29358220