answersLogoWhite

0


Best Answer

public class welcome { public static void main (String args[]) {

System.out.println("Welcome to Java programming");

}

}

There are also many "Hello World" tutorials you can find elsewhere on the internet

User Avatar

Wiki User

14y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

10y ago

System.out.println("Best wishes for the new year!");

This answer is:
User Avatar
User Avatar

sofian Zaydi

Lvl 1
3y ago
new year ::   cutt.ly/lh2wu8E

Add your answer:

Earn +20 pts
Q: Write a program in java programming language to print welcome to java programming?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the program that allows the user to write applications software?

programming language paradigm


Programming process of c language?

Write the source program. Compile. Link executable. Run it.


What are the individual instructions that you use to write a program in a high-level programming language called?

Statements.


A program written in a high-level programming language is called?

the program written in high level language is called "source program"


Can you write a program in DBMS like C?

DBMS means Data Base Management System, it is not a programming language.


How you write welcome in oriya language?

Welcome in Odia language is written as "ସ୍ୱାଗତ" which is transliterated as "Swagat".


How do you change source code into machine code?

A program called a compiler, or sometimes an assembler (depending on the programming language) does this for you. You write the source code, then invoke the program that will convert this into machine language.


What well known software program did Scott Meyers write?

Scott Meyers was not the creator of any programming language. He is a software consultant who specializes in C++ computer programming language, and has written many books on it.


How is java both a programming language and a platform?

By using Navite Interface we write this type of code


Which language is used to write a source program in computer?

There are so many programming languages that it is impossible to tell without actually seeing the source program in question.


How does pseudo code operate?

It doesn't. Pseudo code isn't a programming language, it is just there to give an idea of how you could write a program.


What programming language uses a set of grammar and rules that specifies how to write instructions?

Every programming language has rules that specify how to write instructions. Many programming languages are similar, but mostly they all have different styles and ways of writing the same instructions. This is called the syntax.