What is variable declaration and definition?
No Answer is Posted For this Question
Be the First to Post Answer
1.) if we use "private" in place of "public" in public static void main()... 2.) if we use "int" in place of "void".... 3.) can we ommit "static" keyword from that statement.... 4.) also can we give the command line arguments type as int type or float,etc.(.i.e (string args[]))
Is logger a singleton?
What are the different access modifiers available in java?
Why are parameters used in functions?
Can we split string with in java?
What is java lang string?
How are variables stored?
What do you understand by abstract classes?
1) Find the Merge point of two linked lists. 2) Swap two bits of integer. 3) Reverse individual words of the sentence. 4) Reverse string without using temp string.
What is hard code & soft code?
What are the classes of java?
How do you escape sequences in java?