Anjana has Published 66 Articles

Internal Analysis of Java "Hello World" Program

Anjana

Anjana

Updated on 30-Jul-2019 22:30:21

When we compile a java program. It is converted to a system specific bytecode format by the javac compiler. You can see the MyFirstJavaProgram.class file generated in the same folder.Using java command, we can execute this class file and run the program.

What is JAVA_HOME variable in Java Environment?

Anjana

Anjana

Updated on 30-Jul-2019 22:30:21

JAVA_HOME refers to jdk/bin directory. It is used by a java based application.

How to set Java Path in Mac OS?

Anjana

Anjana

Updated on 30-Jul-2019 22:30:21

Environment variable PATH should be set to point to where the Java binaries have been installed. Refer to your shell documentation if you have trouble doing this.Example, if you use bash as your shell, then you would add the following line to the end of your '.bashrc: export PATH=/path/to/java:$PATH' Read More

Is StringBuffer final in Java?

Anjana

Anjana

Updated on 30-Jul-2019 22:30:21

Yes, StringBuffer class is final Java. We cannot override this class.

What is the role of C++ in Computer Science?

Anjana

Anjana

Updated on 30-Jul-2019 22:30:21

C++ is a programming language developed by Bjarne Stroustrup in 1979 at Bell Labs. C++ is regarded as a middle-level language, as it comprises a combination of both high-level and low-level language features. It is a superset of C, and that virtually any legal C program is a legal C++ ... Read More

Changing Data Element of a column and showing description in Transaction SE16N

Anjana

Anjana

Updated on 30-Jul-2019 22:30:20

You probably need to activate the change. Other option is by deleting the description and enter the wrong character in data element name.This will make the system show an error message since that element does not exist.Correct the DDIC element spelling. The system now considers this a big enough change ... Read More

Previous 1 ... 3 4 5 6 7
Advertisements