- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
What happens in Java Program at compile time?
During compile time, java compiler (javac) takes the source file .java file and convert it to bytecode .class file.
- Related Articles
- Are Generics applied at compile time or run time?
- What is the difference between compile time errors and run time errors in Java?
- What is compile time polymorphism in C#?
- What is the difference between compile time polymorphism and runtime polymorphism in java?
- How to compile a java program
- Difference between Compile Time Errors and Runtime Errors in C Program
- Explain Compile time and Run time initialization in C programming?
- What happens if an exception is not handled in a java program?
- How to compile assert in Java?
- How to compile packages in Java
- Difference between compile-time polymorphism and runtime polymorphism
- What happens at synapse between two neurons?
- How to compile & run a Java program using Command Prompt?\n
- C program that won’t compile in C++
- Pattern compile() method in Java with Examples

Advertisements