Why 1 is not a prime number?
No Answer is Posted For this Question
Be the First to Post Answer
When can an object reference be cast to an interface reference in java programming?
What is sizeof () operator?
StringBuilder s = new StringBuilder("Hello Mom");s.append(",I mean,Mother"); Response.Write(s.ToString()); String s = "Hello Mom"; s+ = ",I mean Mom"; Response.Write(s); Which is faster ? which uses the most memory?
where lives in jvm
How to make a class immutable?
Explain inner classes ?
Can you override a final method?
for(i=0;i<100;i++) { int i=method();//method returns no's from 1 to 10; /* insert some stmts which can give output like no.of times numbers(1-10) returned. (for example if it returns 2 then i want output how many times 2 returned) like that i want output for no's 1 - 10 how many times each no returned. */ }
how to write a server program and sending the mails to the server using smtp protocol please help me
What is a singleton class? Give a practical example of its usage.
what is the J2EE BluPrints?
Which browsers work with java?