All Questions

Language

Follow
Showing 891 - 900 out of 1568 Questions
65 Views

static meaning in java language

Nitin Mereddy 12th Sep, 2021

Static is a keywordwhich is when associated with a method, makes it a class related method. The method is static so that JVM can invoke it without instantiating the class. This also saves the unnecessary wastage of memory which would have been used by the object declared only for calling

43 Views

secure in java language keyword

Vishesh Singh 12th Sep, 2021

Hello,

Because Java compiles as bytecode which then runs inside a Virtual machine, it cannot access the computer it runs on like a natively compiled program can. The general reason why Java is considered to be more secure than, say C, is because it handles memory management for you.

Thank

37 Views

method overloading in java language

Nitin Mereddy 12th Sep, 2021

Suppose you have to perform addition of the given numbers but there can be any number of arguments, if you write the method such as a(int,int) for two parameters, and b(int,int,int) for three parameters then it may be difficult for you as well as other programmers to understand the behavior

40 Views

methods overriding in java language

Nitin Mereddy 12th Sep, 2021

If a subclass provides the specific implementation of the method that has been declared by one of its parent class, it is known as method overriding.

24 Views

final keyword in java language

Nitin Mereddy 12th Sep, 2021

The final keyword can be applied with the variables, a final variable that have no value it is called blank final variable or uninitialized final variable. It can be initialized in the constructor only. The blank final variable can be static also which will be initialized in the static block

33 Views

super keyword in java language

Nitin Mereddy 12th Sep, 2021

The final keyword can be applied with the variables, a final variable that have no value it is called blank final variable or uninitialized final variable. It can be initialized in the constructor only. The blank final variable can be static also which will be initialized in the static block

33 Views

polymorphism meaning in java Language

Nitin Mereddy 12th Sep, 2021

There are two types of polymorphism in Java: compile-time polymorphism and runtime polymorphism. We can perform polymorphism in java by method overloading and method overriding.

If you overload a static method in Java, it is the example of compile time polymorphism. Here, we will focus on runtime polymorphism in java.

41 Views

History of java language its origin

Ketaki Dhotre Student Expert 11th Sep, 2021

Dear,

Java was developed by James Gosling, who is known as the father of Java, in 1995. James Gosling and his team members started the project in the early '90s. James Gosling, Mike Sheridan, and Patrick Naughton initiated the Java language project in June 1991. The small team of sun

26 Views

what is multithreaded in java language

Ketaki Dhotre Student Expert 11th Sep, 2021

Dear,

In Java, Multithreading refers to a process of executing two or more threads simultaneously for maximum utilization of the CPU. A thread in Java is a lightweight process requiring fewer resources to create and shares the process resources. Multithreading is similar to multitasking, but enables the processing of multiple

66 Views

I learn Front-end in JavaScript.How can i self taught AI for my web?What should i learn? Should i use other language in Backend as i want Full stack web with Artificial intelligence? What is best Front-end and Back-end for Artificial intelligence website?

Purbayan Chatterjee 9th Sep, 2021

Hello dear,

Firstly can you precisely mention what do you mean by an Artificial Intelligence website, or exactly what all do you want to incorporate in your AI site? Now if you want just to add a chatbot, you can find many videos related to the same from YouTube. More

The question have been saved in answer later, you can access it from your profile anytime. Access now