FAQ/ Java

"Java" Related Questions

9 Questions Available.
1
how to find number of jvm in oracle apps?

when you executive below command,you can see java process showing upps -ef | grep javaThere is one JVM per java process. Through that you can find of number

More...
2
I require a web space with JSP and MYSQL support?

If you require a space with both JSP and MYSQL support, then you can buy Dedicated JVM packagesThe dedicated

More...
3
Where can I get maximum java heap size?

Where can I get maximum java heap size?In dedicated JVM plans you can get up to a maximum of 1.5 GB of heap size. After registration, it simply takes

More...
4
How can I install any kind of Java or JSP software in a hosting space?

How can I install any kind of Java or JSP software in a hosting space?If you want to install Java/JSP softwares without any hassles then go for the 'Dedicated

More...
5
How to delete/uninstall a installed java application using NGASI?

How to delete/uninstall a installed java application using NGASI?Follow the below steps to remove the war file in NGASI.Step 1: Login to your

More...
6
I need coding for JDBC MYSQL connection string?

Use the below displayed code for JDBC MYSQL connection string. JDBC Connection:String url=jdbc:mysql://localhost:3306/myDBname?user=username&password=password;con.in

More...
7
Will the java.exe file applicable in Linux hosting?

Will the java.exe file applicable in Linux hosting? No, the .exe files cannot be executed in the Linux Server. If you are in need of java hosting, you

More...
8
How to Send Mail in Java?

What is JavaMail?JavaMail is a Java API which allows you to compose, write and read emails. You can use this API to send and receive electronic mail through

More...
9
What is a heap size?

Heap size is a reserved memory for the data that is created at the time of execution. Each time an object is created, it is allocated with the memory from the heap space. Likewise when the object dies,

More...