what is the use of bean managed and container managed with
example?
What do you mean by access modifier?
Is assembly language a low level language?
Can we define constructor in inner class?
What are listeners in java and explain ?
what are the differences between final,finally,finalize methods?
can we have virtual functions in java?
Can size_t be negative?
What is the program compilation process?
Hi i am creating desktop application in that i want calling to mobile number. i have java telephone api (JTAPI) but i dont understand how it configure & use plese help me
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?
How to declare objects of a class ?
0 Answers Akamai Technologies,
After compilation of java program we'll get .class code. If it's generated in OS Windows XP will it work on OS Linux? If yes why? If no why?