what are the loopholes in java 1 Answer(s) 5 years and 4 months ago
Posted in : Java Beginners
what are the loopholes in java?
View Answers
October 15, 2012 at 12:59 PM
The major loop hole in java is that it breaks the security rules. Here in java we can access the private data menmbers of any class outside the class very easily. Abra ka Dabra
What is portal What is portal What is portal
What is portal and how can i create a portal in Java using components like Java and Java servlet? What are the elements of a portal and how can i create sigle request portal page in Java
What is Java - Java Beginners What is Java What is Java and how a fresher can learn it fast? Can any one share the fastest learning tips for Java Programming language? Thanks! Hi,Java is one of the most popular programming language. You can learn
What is webservices? What is webservices? What is web-services and what are the different types of web-services? It would be great if someone explain me the difference between these types of web-services in Java
What is JSS in Java? What is JSS in Java? Hi,
Please let me know what is JSS in Java Technology ,what is the use of it?
Need study material on the same
What is CVM ? What is CVM ? hii,
What is CVM ?
hello,
The Compact Virtual Machine (CVM) is an optimized Java virtual machine (JVM) that is used by the CDC
What is JavaScript?
there career in Java. For java programming beginners always try to know What is Java script and other java related queries. How to define what is JavaScript?
Thanks,
Hi,
For Java programmers its very necessary to know "What
what technique - Java Beginners what technique what technique or algorithm i need to use to develop a system a scheduling time table in java
What is an Iterator? What is an Iterator? Hi,
What is an Iterator?
Please help me.
Thanks
Hi,
I have find good reference website for the What... with examples. visit to http://www.roseindia.net/tutorial/java/iterator
What is JSR ?? What is JSR ?? hii,
What is JSR ?
hello,
Java Specification Request (JSR) is the actual description of proposed and final specifications for the Java platform. JSRs are reviewed by the JCP and the public before
What is Java Card ? What is Java Card ? hii,
What is Java Card ?
hello,
The Java Card specification allows Java technology to run on smart cards and other small devices
what is the difference in java and j2ee what is the difference in java and j2ee Hi, Please tell me:
1. What is the difference between Java and Core Java and
2. Difference between Java and J2EE
What is deprecated? What is deprecated? What is mean by deprecated element, method or class?
What is deprecated?
Deprecated means condemned. A object or element, which is either changed or not approved. In Java if any method or class
What is ORM What is ORM Hi,
What is ORM in Hibernate?
thanks,
Hi,
The ORM stands for Object relational mapping. This ORM is a programming... database. In terms of java, ORM is an automated persistence of objects.
For more
What is a package? What is a package? hi,
What is a package?
thanks
Hi... directories as per the functionality, usability and category. Similarly in Java... related to package in java.
http://www.roseindia.net/java/master-java/java
what are the components of java platform ? what are the components of java platform ? what are the components of java platform ? plz if any1 perfectly know help me to override my conflicts.plz explain briefly
What is ORM? What is ORM? What is ORM?
ORM stands for Object/Relational Mapping .It is a programming technique, used in conversion of data from incompatible type to relational database.
In java application, ORM is automated
What are POJOs and what’s their significance? What are POJOs and what?s their significance? Hi,
What are POJOs and what?s their significance?
Thanks,
Hi,
In POJO (Plain Old Java Object) class object there are three types of states i.e. Transient state
What is JDBC? What is JDBC? hello,
What is JDBC?
hello,
JDBC...
Hi,
JDBC stands for Java Database Connectivity. It is a set of API for connecting the database from Java program. JDBC API provides the API
What is hibernate technology in java? What is hibernate technology in java? What is hibernate technology in java?
Hibernate: -Hibernate is an Open Source persistence technology. It provides Object/Relational mapping library. It solves object-relational
what is the need of... - Java Beginners what is the need of...
what is the need of " return type like void ?
Hi Friend,
In java, method always require a return type.The main method is the client code therefore jvm does not expected any return
What is Abstract classes in Java? What is Abstract classes in Java? What is Abstrack class in Java...,
Hi,
In Java programming language we are used the Java Abstract.... That's why the Abstract class in Java programming language is used to provide
what is the rong what is the rong Write a JAVA program to auto-grade exams. For a class of N students, your program should read letter answers (A, B, C, D) for each... what is the wrong with this program......without changing the style of the code
what are Struts ? what are Struts ? What are struts ?? explain with simple example.
The core of the Struts framework is a flexible control layer based on standard technologies like Java Servlets, JavaBeans, ResourceBundles, and XML
What is Abstraction - Java Beginners What is Abstraction What is abstraction in java? How is it used in java..please give an example also Hi Friend,
Abstraction is nothing but data hiding.It involves with the dealing of essential information
What is Locale - Java Beginners What is Locale Hi,
What is Locale? Write example to show the use... the following links:
http://www.roseindia.net/java/javadate/locale-format.shtml
http://www.roseindia.net/tutorial/java/corejava/javatext
What is Java Client Socket? What is Java Client Socket? Hi,
What is client socket in Java... socket connections. To get connection in client socket in java used the class... problem of some sort occurred.
More information about client socket in Java
what is this.. - Java Beginners what is this.. what is the differece between platform independant and platform dependant? Hi Friend,
Difference:
Platform Independent means not restricted to particular Opearting System environment from program
What is singleton? - Java Beginners What is singleton? Hi,
I want to know more about the singleton in Java. Please explain me what is singleton in Java? Give me example of Singleton class.
Thanks
hello,
Singleton is a concept in which you
what is meta data in java what is meta data in java what is meta data in java
Use....
Java Metadata is the Interface standard for metadata management.
Most... in that database; the program knows exactly what kind of data it is dealing
what is the size of java class what is the size of java class Could anyone tell me how to find the size of the class given below.
public class Sample {
private int x;
private int y;
private char ch;
public static void main(String[] args) {
Sample
what is a indentifier - Java Beginners what is a indentifier What is an identifier and what is the definition? An identifier is an unlimited-length sequence of Java letters and Java digits, the first of which must be a Java letter. An identifier cannot
What is reflection? - Java Beginners What is reflection? Hi,
I want to know more about reflection in Java.
Thanks
Hello,
Through reflection you can do activity at runtime or examine the exceutting java programm.
ex= through bello
what is xfire? - Java Beginners what is xfire? What is XFire? I found it?s a free gaming... and the CXF website.Codehaus XFire is a next-generation java SOAP framework... is proud to announce XFire 1.2.6! XFire is an open source Java SOAP framework
what is the error - Java Beginners what is the error What is the compile time error that i am getting...{public void showdata(){System.out.println("Data : " + data);}}// java...);}}// java application class definitionclass ExInherit1{public static void main
what is ment by method signature in java....... what is ment by method signature in java....... what is ment by method signature in java.......
Hi Friend,
The signature of a method is the combination of the method's name along with the number and types
What is Java Platform
As a beginner you must first understand the about Java Platform and to get
the answer of the frequently asked question "What is Java Platform?". The Java Platform
is actually responsible for running the Java program. This article
What is a Java package and how is it used? What is a Java package and how is it used? HI,
What is a Java package and how is it used?
thanks,
Hi,
In Java, package is a group... functionality.
For related to Java Package read this articles link:
http
What is most important features of Java What is most important features of Java Hi,
What is the most important features of Java?
Thanks
Hi,
The latest version of Java 7 having some most important features like Java virtual Machine, Language updates
What is a vector in Java? Explain with example. What is a vector in Java? Explain with example. What is a vector in Java? Explain with example.
Hi,
The Vector is a collect of Object... related to Vector in Java program
What is difference between the java and javascript? What is difference between the java and javascript? What is the difference beteen the java and javascript?
Hello Friend,
Difference:
1) Java is a Object Oriented programming language developed by Sun Microsystems