adspace


Core Java Interview Questions
Questions Answers Views Company eMail

What language is an assembler written in?

1 1114

What is mnemonic code?

1 1128

Which programming language is most secure?

1 1068

What is low level language in computer?

1 2377

What is data object example?

1 1116

What is object data type?

1 1088

What is gui programming?

1 1174

What does microservices mean?

1 1053

What is bytecode verifier?

1 1027

What is a website container?

1 1079

What is mnemonic in assembly language?

1 1181

Are primitives objects?

1 1170

What is computer compiler?

1 1098

What are the types of web technologies?

1 1134

Why are pointers not secure?

1 1123


Post New Core Java Questions

Un-Answered Questions { Core Java }

What is an object in java and how is it created?

1154


What do you mean by an interface in java?

1110


Realized?

2278


What is java string pool?

1091


What is parsing in java?

1052


What is a classloader in java?

1101


explain different ways of using thread? : Java thread

1092


Write a program to print count of empty strings in java 8?

1096


Differentiate between static and non-static methods in java.

1135


How to sort array in descending order in java?

1005


What is a constructor overloading in java?

1136


How to create a base64 decoder in java8?

1152


Write a java program to find the route that connects between Red and Green Cells. General Rules for traversal 1. You can traverse from one cell to another vertically, horizontally or diagonally. 2. You cannot traverse through Black cells. 3. There should be only one Red and Green cell and at least one of each should be present. Otherwise the array is invalid. 4. You cannot revisit a cell that you have already traversed. 5. The maze need not be in the same as given in the above example

2677


Write a program to find the whether a number is an Armstrong number or not?

1110


Explain public static void main(string args[]) in java.

1089