Forum is an online discussion forum where youth or even the experienced professionals discuss their queries related to and get answers for their questions from other talented individuals. An online discussion can be started by asking questions, helping others with answers. The best part is that it is very simple and is free of cost.
setAttribute() and getAttribute() with eg?
I came to know about GIT. What is it used for?
Give me the real time examples for Abstarct class and Interfaces?
don't says we can achieve Java bean classes.i want to know where u r using in your project?
Also what is difference between aggregation and composition?
In which language are the JAVA Compiler , JVM and JAVA written?
To handle which kind of data should we use arraylists and for which problems or scenarios?
explain with examples
what is the difference between pojo and javabean
public class patter1 { public static void main(String[] args) { Scanner sc=new Scanner(System.in); System.out.println("Enter patter size"); int n=sc.nextInt(); int count=0; i ...
explain with example in detail how to solve it program plz send a program
what is the use of volatile keyword? need example with explanation?
since both wait and notify release the lock(Thats what java t point says) What is the difference between them
Java has a virtual environment called jre, but c/c++ or any other compiler doesn't have this kind of Environment. Why do java need an environment.
what is static import?how it is useful for us?What are the problems we overcome by doing it?
It is said that java is better than c plus plus but there are features in c plus plus which are not in java. And also somewhere c plus plus is used. Where and why?