Is there any difference in execution between using fully qualified names in Java and using import?

ask two questions:

  1. is there any difference in jvm execution between using fully qualified names and using import, except for the difference in length? If there is a difference, which is more efficient?
  2. use the class name. What is the difference in execution between static members and static import? if not, which is more efficient?

ask the boss for advice, but I don"t know much about jvm.

Mar.16,2021

is the same, but it is written differently, and the bytecode instructions are the same.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b36267-4057a.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b36267-4057a.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?