Skip to main content

Featured

7. Executing our First Java Program in BlueJ | Java Programming | Compiling and Creating java Program @techcomputergyaan Technical Magic

 Executing our First Java Program in BlueJ  We are going to discuss Comments in Java Comments: Text ignored by the compiler To write some notes for future reference To find some errors we can make some statement as comment and can compile the program and in this way we can find errors in the program. Way of writing Comments // for single line comment /* for multiple line comments */ Create our First Project in BlueJ Step 1: To open BlueJ Step 2: Create new project Step 3: Create New Class in Pascal case, I have created HelloJava Step 4: Double click on HelloJava class. A new window in BlueJ with some codes will open. You will see some comments and some codes written over here. So, I am going to delete everything and I will write only codes which is important for our first program. So, here in the above screenshot you can see I have deleted everything except our HelloJava class. Now we will write code for our main() method. Now in the main method we can write our statement. Wri...

Introductory Blog

 Hello Friends


Welcome To Our Blog Technical Magic

Powered By: Bhim Bali Sah & Sons C/S By : King Soya Bari, Muzaffarpur, Bihar Contact: 9264150606

This is our Introductory blog on Computer Related Topics

Topics To discuss

DCA (Diploma in Computer Application)

Basics of Computer

History of Computer

Short Cut Tricks

Control Panel

Microsoft Office

MS Word 

MS PowerPoint

2D Cartoon Animation
3D Cartoon Animation

MS Excel

MS Access

IOT (Internet of Things)

ADCA (Advanced Diploma in Computer Application)

DCA (Diploma in Computer Application) 

DTP (Desktop Publishing) 

Photoshop 

Corel Draw 

Tally

Computer Networking 


Web Technology

Front End Development 

Wire Framing 

HTML

CSS

Bootstrap

JavaScript

jQuery

Back End Development

Php

Database Management System (DBMS)

Computer Technology

Computer Tricks 

Mobile Tricks 

Apps & Software 

Artificial Intelligence 

Machine Learning 

Data Science 

Cybersecurity 

To get updated with our blog, Subscribe our channel Technical Magic https://www.youtube.com/@TechComputerGyaan


 


Image by Vectonauta on Freepik

Comments