Skip to main content
17-Peridot
November 29, 2019
Solved

How to name a java file?

  • November 29, 2019
  • 1 reply
  • 1074 views

Hello everyone, please tell me how to find information, how to name a java file?
I'm doing an example from the documentation, but I have a difficulty how to name the file that should be created on point number 3

class.JPG

 

Best answer by VladiSlav

The request is closed, the answer was simple. If someone has the same difficulty, the name of the first class in the code corresponds to the name of the file. In this case the name will be "TestAffectedDataValidator"

1 reply

VladiSlav17-PeridotAuthorAnswer
17-Peridot
December 2, 2019

The request is closed, the answer was simple. If someone has the same difficulty, the name of the first class in the code corresponds to the name of the file. In this case the name will be "TestAffectedDataValidator"