does java support pointers?
No Answer is Posted For this Question
Be the First to Post Answer
How many types of literals are there in JAVA?
Is void a return type?
How does java pattern compile work?
which methods consisting of the serilizable interface?
What is initial size of arraylist in java?
Which method you will use to create a new file to store some log data. Each time a new log entry is necessary, write string to the file in java ?
Why do we need public static void main(String args[]) method in Java...?
How the metacharacters are different from the ordinary characters?
what is ennumaration?
What is replacefirst in java?
What are the procedures?
The following program is Overloading or Overriding? public class PolymorphismEx { public int sampleMethod(int a) { return a; } public String sampleMethod(int a) { return "Is it Overloading or Overriding???"; } }
4 Answers Ness Technologies, TCS,