Skip to main content

Interview Question

             Java Interview Question

===================================
 I am going to cover all of the topic's most important questions. So the topic is mention below you just click the topic you will find the import Question about the relevant topic.

  1. Java Introduction
  2. Collection 
  3. Exception
  4. Multi-treading 
  5. Map collection
  6. String/String Handling
  7. Arrays
  8. Object-Oriented programming
  9. Inner class
  10. Static data type
  11. Non-static data type
  12. Java virtual machine
  13. Garbage Collector


 How to give the Answers to interviewer Techniques.




Comments

Popular posts from this blog

#Logic How to convert String Characters lower to upper and upper to low...

How to convert String Characters.  lower to upper and upper to lower How to Convert all the String character Upper and lower . If String character is lower than convert Upper If it is Upper than you have to convert a lower. I am going to introduce it is a very simple and easy way. String Conversion is very easy through the toUpperCase() and toLowerCase(); Method But I am going to do this Question without using the Inbuilt method in the class. You have to do this Only For logical coding Question. So, Finally, I am going to do this Question step-by-step if you want to watch videos than you can watch. In these videos, I discuss this question in a very simple and easy way. You have to take one class with the main method.                class Test{                 public static void main(){                    //your logic ...

Top 97 logical coding Question | for Freshers for getting a job in MNC Company | by er prince kumar

            Top 97 logical coding Question  for Freshers  If you do this you will become good logical programmers Write a Java program to perform input/output of all basic data types. Write a Java program to enter two numbers and find their sum. Write a Java program to enter two numbers and perform all arithmetic operations. Write a Java program to enter the length and breadth of a rectangle and find its perimeter. Write a Java program to enter the length and breadth of a rectangle and find its area. Write a Java program to enter the radius of a circle and find its diameter, circumference, and area. Write a Java program to enter the length in centimeter and convert it into meter and kilometer. Write a Java program to enter the temperature in Celsius and convert it into Fahrenheit. Write a Java program to enter the temperature in Fahrenheit and convert to Celsius Write a Java program to convert days into years, weeks and days....

How to increase interest in Coding and programming

              How to increase  interest in Coding and programming About- If you try to learn your mind is not working properly then how can I increased the interest in this programming area. In my point of view if you know how to increase the programming in this section then do this work.       Every time does interesting programming like logical games.  Make sure that You have to realize I am a developer.  Don't give up do everyday logical coding.     Finally, I am going to impress you to write one logical code like playing page type code so you enjoy it. programming depends on your interest if you do more than you earn more.  coding part: import  import java.util.Scanner; class Game { public static void main(String[] args) throws InterruptedException { Scanner sc=new Scanner(System.in); System.out.print("Enter your name:"); String name=sc.nextLine(); System.out.pr...