What are the two types of java?
No Answer is Posted For this Question
Be the First to Post Answer
in a console we r giving java <class name> if r pressing enter where it'll goes
What is a local block?
What are local variables?
What are the main differences between the java platform and other platforms?
How will you convert an ArrayList to Arrays?
when a request is generated from apache tomcat 5.5 and goes to oracle 10g or mysql,,, how the oracle or mysql reads the request as apache is a web server and oracle 10g is application server? when the oracle 10g provides response, how the apche tomcat reads it???
Can an interface be final?
In how many ways we can create threads in java?
Why java doesn’t support multiple inheritances?
What is the difference between superclass and subclass?
10. What is the output of the following Java program? class Main { public static void main(String args[]){ final int i; i = 10; System.out.println(i); } } 10. What is the output of the following Java program? class Main { public static void main(String args[]){ final int i; i = 10; System.out.println(i); } }
How do I type unicode?