0 votes
in JAVA by

public class StudentInfo implements PersonInfo  { 

    public static int REG_NUMBER = 8; 

Bug type identified in the code snippet is ____________.

Bad practice  

Security

Malicious code vulnerability

Performance

1 Answer

0 votes
by
Malicious code vulnerability
...