How to print a statement without using semicolan in java
Answer Posted / sadikhasan palsaniya
for (int i=0;i<1;System.out.println("Sadikhasan
Palsaniya"),i++);
| Is This Answer Correct ? | 22 Yes | 4 No |
Post New Answer View All Answers
Can static methods access instance variables in java?
Explain why wait(), notify() and notifyall() methods are in object class rather than in thread class?
What is valid keyword in java?
Where can I find jdk in my computer?
1.IN CASE OF DYNAMIC METHOD DISPATCH WHY WE USE REFERENCE VARIABLE,WE CAN USE THE DIFFERENT DEFINED OBJECT DIRECTLY TO ACCESS THE DATA MEMBER AND MEMBER FUNCTION OF THAT RESPECTIVE CLASS?WHAT IS THE MAIN FUNCTION OF "REFERENCE VARIABLE" HERE?
write a program that list all permutations of ABCDEF in which A appears before B?
What does a boolean method return?
What is an 8 bit word?
Is null or empty java?
Give me an example of array and linked list? Where they can be used?
Explain public static void main(string args[]) in java.
What are the pillars of java?
What is a “stateless” protocol ?
What is a java object and java application?
Difference between method overloading and overriding.