Vidyalelo
Computer Science · Q8

IoT

Engineering and GATE · Computer Science · question 8

Q8

What is the java extension file in IoT?

A.
.jar
Answer
B.
.c
C.
.exe
D.
.py

Answer: Option A

Solution

Answer: Option A
Solution:
The Java extension file commonly used in the context of IoT (Internet of Things) is .jar. A .jar file, which stands for Java Archive, is a compressed file format that contains Java class files, resources, and metadata. It is used to package and distribute Java applications and libraries. In IoT, Java is a popular programming language for developing applications that run on various IoT devices and platforms.

Options B (.c), C (.exe), and D (.py) represent file extensions for programming languages other than Java. .c is for C programming language, .exe is for executable files in Windows, and .py is for Python programming language.

Hence, the correct answer is Option A: .jar. It is the extension commonly associated with Java files used in IoT development.