Categories
Tags → Of Java Classes

Using NHibernate and Log4Net in ASP.NET 2.0 applications

Hibernate and Log4J are a de-facto standard of ORM (Object-relational mapping) and logging (respectively) in Java world. That''s why both were ported to .NET runtime environment. NHibernate is ORM solution and is intended for transparent b...
DETAILS

Difference between HashMap and HashTable

Both provide key-value access to data. The Hashtable is one of the original collection classes in Java. HashMap is part of the new Collections Framework, added with Java 2, v1.2. The key difference between the two is that access to the Hashtable is...
DETAILS

How to Bridge PHP and Java for Powerful Web Solutions

Here''s how to team up two of the most popular and powerful platforms for web development together. With the php-java bridge you can build classes and jar files in Java and call them and use their methods in PHP. Use the quick and easy PHP langu...
DETAILS

Page:
©2003-2019 jCay.com