What does the term 'JAR' stand for in Java?

Choose the correct answer

Explanation

'JAR' in Java refers to a 'Java Archive', which is a package file format used to aggregate many Java class files and associated metadata and resources into one file for distribution.

What does the term 'JAR' stand for in Java? — Java concepts and its programming | PakQuizHub