Answer Posted / ravikiran(aptech mumbai)
E & PI are constants in java
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What are the basic control structures?
What are the main concepts of oops in java?
Why java is considered dynamic?
What is blank final variable?
Explain about procedural programming language or structured programming language and its features?
java Technical questions asked by JPMC
Explain the meaning of java applet.
How we can execute any code even before main method?
This abstract class is correct ? abstract class A { public abstract void Disp(); public abstract void B() { } public absract virtual C() { } }
What is tree node in java?
What are the advantages of passing this into a method instead of the current class object itself?
What are different access specifiers in java? Explain
What’s meant by anonymous class?
What are the restrictions imposed by a Security Manager on Applets?.
Can a class be private or protected in java?