Java J2EE (14736)
J2ME (151)
Java Related AllOther (507) We are seeing so many videos/audios as many web sited. But question is these videos or audios are stored in Databases ( Oracle, Mysql, Sybase,... ) or stored any file directory from there they will give the link for that? Pls explain and give sample code to achieve this one? Thanks, Seenu.
1 2021JSP is by default thread safe or not? what is the meaning of isThreadSafe="true" and isThreadSafe="false". Explain it? Thanks, Seenu
9 31947Write program to print Hello World and print each character address in that string and print how many times each character is in that string? Ex: H: 0 & 1 e:1 & 1 l :2,3,8 & 3 o:4,6 & 2 w:5 & 1 r: 7 & 1 d 9 & 1
7 13594how to know the total memory occupied by the objects in the ArrayList(Array list may contain duplicate objects)
1 2419"We cannot create an object of interface but we can create a variable of it". Discuss the statement with the help of an example. (Plz help us to provide immediately.)
3 11149Create a form of user Login in JSP, that accepts the user name and password from user and authenticate it with user names and passwords stored in database. (Plz provide me answer immediately)
ABC,
1 11916I have one POJO class(Java bean class), it has two variables for that it has setters and getters. Now i have created two objects for that class and i have set the data for those variables through this two objects. Now question is i want check whether those two objects have same data or not, for this write a program? Thanks, Bose.
2 16784I have include a jsp page by using
Write the program numbers into words.For example 2345==two thousand three hundred fourty five
TCS,
2 8604
What is action chaining ?
What is latest hibernate version?
What if I write static public void instead of public static void?
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
Write a program to find the whether a number is an Armstrong number or not?
Can we extract main method from another class?
What are the differences between heap and stack memory in java?
What is the first argument of the string array in main method?
What is the difference between filters and interceptors ?
What is the locale class?
What is a constructor overloading in java?
Can we return resultset in java?
What is java string pool?
What is lazy class?
How does java handle integer overflows and underflows?