1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
ohaa [14]
3 years ago
6

What is variable declaration in java ​

Computers and Technology
2 answers:
Airida [17]3 years ago
8 0

Answer:

A variable declaration is a name given to a memory location. It is the basic unit of storage in a program.

irakobra [83]3 years ago
7 0

Answer:

Great question!

A Variable declaration is just you creating a variable to hold your data.

Some of the different types of data type are doubles, int, strings

those hold certain type of data.

Explanation:

An example is:

//I want to make a data that says Hi I am a computer programmer!

//Define the variable

String WhoIam =  "Hi I am a computer programmer!";

//I want to output the variable

System.out.print(WhoIam);

//output

Hi I am a computer programmer!

Hope this helped!

You might be interested in
Ciscon Telecom is a mobile operator in the European Union. The company provides personalized services to its customers, and its
LuckyWell [14K]

Answer:

A. The company insures any possible data loss for a large sum.

Explanation:

Risk Transference  is a common risk management technique which involves shifting of the burden of loss for a risk to another party through legislation, contract, insurance or other means.

In the case loss of customer information that is used to decide services which would be extremely harmful to Ciscon,  Ciscon will need to insure any possible data loss for a large sum as an adopted strategy of risk transference.

7 0
3 years ago
Read 2 more answers
Which of the following goals is likely to require funding? Check all that apply.
marusya05 [52]

Answer:

None cause there are none

Explanation:

7 0
3 years ago
Read 2 more answers
1. The running configuration is also known as the _____________ (Select Two) a. Startup config b. Working configuration c. Curre
Shtirlitz [24]

Answer:

1. The running configuration is also known as the <u><em>b. working configuration</em></u>

<u><em>c. current configuration</em></u>

Explanation:

hopes this help (:

6 0
2 years ago
(PYTHON) Write a program that uses this technique to read a CSV file such as the one given above. Display the IDs and names of t
Ludmilka [50]

Answer:

import csv

with open('employee_birthday.txt') as csv_file:

csv_reader = csv.reader(csv_file, delimiter=',')

line_count = 0

for row in csv_reader:

if line_count == 0:

print(f'Column names are {", ".join(row)}')

line_count += 1

else:

print(f'\t{row[0]} works in the {row[1]} department, and was born in {row[2]}.')

line_count += 1

print(f'Processed {line_count} lines.')

Explanation:

Heres an example of how to read csvs

7 0
3 years ago
The name of a .java file should ______________________________. Always match the name of the Class inside Should always start wi
natita [175]

Answer:

The name of a .java file should <u>always match the name of the class inside.</u>

Explanation:

In Java programming the program written in code editor is first saved with .java extension. The name of this .java file should be same as that of  the class declared inside the file.

This .java file is then compiled and  converted to .class file which contains the java bytecode. This bytecode can then be executed by java virtual machine(JVM).

However it is not always necessary that name of .java files should be same as that of class inside it. The name should be same only when the class inside is declared as public.

In case it is not declared as public one can name .java file different than the actual class name.  

7 0
3 years ago
Other questions:
  • Which of the following jobs are most likely to be in greater demand due to the increasing prevalence of mobile computing? deskto
    13·1 answer
  • The ____ cell on the worksheet is the one into which you can enter data.â
    15·2 answers
  • How do you get 99 points on sunny meadows simulation?
    6·2 answers
  • What is TRUE about the following array?
    15·1 answer
  • Difference between change management n asset management
    11·1 answer
  • Use the drop-down menus to describe how Adnan can add shapes to his presentation.
    11·1 answer
  • Each instruction that the CPU receives contains two parts -
    12·1 answer
  • There are many reasons to convert to the decimal numbering system. Select the best answer. When checking numeric values in compu
    5·2 answers
  • write a program that asks the user for a month number and displays the number of days that month has?
    7·2 answers
  • What is a photographic print made from a negative image?
    7·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!