What is foreach loop in java?
No Answer is Posted For this Question
Be the First to Post Answer
From the two, which would be easier to write: synchronization code for ten threads or two threads?
How many ways can an argument be passed to a subroutine and explain them?
Which characters are allowed to use as the second character of an identifier, and which characters are not allowed?
What is gc()?
What is byte [] in java?
what is translator and it types
This is my code i have a doubt class ab implements a,b { public void add() { System.out.println("Hi") } } interface a { public void add(); } interface b { public void add(); } in this code i have two interface implemented in the class has same method.just i want to know which method of interface implemented in the class. interface a or interface b? confused me .
What is procedure writing?
Hi friends am new to java. I read jar file means collection of java files. For executing struts application what are the necessary jar files. " struts.jar " file contains what. can u explain
Name few java.lang classes introduced with java 8 ?
Can interface be private in java?
Explain thread in java?