What is your platform’s default character encoding?
No Answer is Posted For this Question
Be the First to Post Answer
How do generics work?
What is the purpose of a statement block?
What are command line arguments?
what are depricated methods in threads and explain the lifecycle methods
What are packages in java?
Write a program to find the whether a number is an Armstrong number or not?
What is getclass () getname () in java?
String is a immutable objects . it means that string does not change........... But it will be chang......... { String s="kapil"; String s1="raj"; String s=s1; then print(.......) The String has been changed .. how it is possible and why its called immutable objects
Can we overload the constructors?
what is aggregation in java?
i need to know the website that i can compile and run a java code in online.(while system doesn't contain any jdk and jre)
Need to use public,static keywords in main function?