Java J2EE (14736)
J2ME (151)
Java Related AllOther (507) When you say String is immutable, what do you mean by that? Say I have String s = "Ness" s= s+"Technologies"; What will happen? If the value gets appended, then what is the meaning of immutable here?
5 17420write a query to select name from one table which has id,name and salary from another table which has id, sal where the salary is the second maximum
3 9787In Java why we write public static void main(String args[]) why not main()?
Aptech, GE Healthcare, Infosys, Microsoft, New Horizon, Practical Viva Questions, TCS, Wipro,
46 110707Difference between Web-based applications,Client- Server applications and Distributed applications?
3 13792
Realized?
What is the difference between filters and interceptors ?
What are the differences between heap and stack memory in java?
Write a program to find the whether a number is an Armstrong number or not?
Can we extract main method from another class?
What is parsing in java?
hi actully i hav form columns with origin and destination names .as like as i need to create one more column with name amount. my requirement is when i select origin and destination columns automatically i need to get amount from database.how can i. please tel me with relative code
explain different ways of using thread? : Java thread
What is the first argument of the string array in main method?
How is declarative handling of exceptions done in struts ?
what is reflection api? How are they implemented?
Is minecraft 1.15 out?
Hi frnds how to lock an user when he enter wrong credentials more than 3 time using java or j2ee tech take username and password in a bean no need to connect DB and validate give me some sample application code or links its urgent for me thanks in advance
How can you inject java collection in spring?
What is action chaining ?