Why string is immutable or final in java
No Answer is Posted For this Question
Be the First to Post Answer
Print Vertical traversal of a Binary Tree.
What are class types in java?
we know that every java prog must follows OOPS Principles. Anybody can answer, HOW THE FOLLOWING PROGRAM FOLLOWS OOPS CONCEPTS i.e, Inheritance,Polymarphism,Encapsulation? class a{ public static void main(String args[]){ System.out.println("Hello World"); } }
What is multithreading ???? How to stop multithrading in java????
How many techniques can be employed to create a string object?
What is the immediate superclass of Menu?
Why are pointers not secure?
What is the default size of set in java?
What part of memory - Stack or Heap - is cleaned in the garbage collection process?
What is static and a non-static inner class?
What is numeric promotion?
What if I write static public void instead of public static void in java?