This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
Here is my program. An object 'object' is created using the new operator. I want to create an object without using the new operator. Can you suggest how?
****************************************
code:
import java.io.*;
public class AQuestion7 { String name="Manoj Kumar Paul";