Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 11 of 11
Search took 0.05 seconds.
Search: Posts Made By: Zaid
Forum: ASP.NET 01-28-2013, 02:55 PM
Replies: 6
Views: 1,139
Posted By Zaid
Didn't buy it.... :confused:

Didn't buy it.... :confused:
Forum: ASP.NET 01-28-2013, 02:50 PM
Replies: 6
Views: 1,139
Posted By Zaid
I use the code import java.lang.System; ...

I use the code

import java.lang.System;
class Demo
{
public static void main(String args[])
{
out.println("Hello");
}
}
Forum: ASP.NET 01-21-2013, 02:48 PM
Replies: 1
Views: 399
Posted By Zaid
Question Regular Expressions

Can anyone explain what is meant by the "anchor" \b.
The book says it matches between boundaries. Explain with an Example.
:p
Forum: ASP.NET 01-21-2013, 02:35 PM
Replies: 6
Views: 1,139
Posted By Zaid
Question Strange

I have read that VB.NET is a fully Object-Oriented Compatible language....but to my amazement I have found out this code in a Console Application....


Imports System.Console
Module Module1
...
Forum: Java and JSP 01-14-2013, 11:39 AM
Replies: 1
Views: 519
Posted By Zaid
Question Anonymous Code

I recently encountered a code in my java program that is as follows..

button.addActionListener(new ActionListener() {
public void actionPerformed(ActionEvent e)
{
//Some action here...
Forum: Java and JSP 11-06-2012, 05:24 PM
Replies: 3
Views: 544
Posted By Zaid
Thumbs up I think u got it wrong...My question was that if...

I think u got it wrong...My question was that if a synchronized method is called by a thread then it should not allow its control to other threads until it releases control for the 1st thread....
I...
Forum: Java and JSP 11-06-2012, 02:40 PM
Replies: 3
Views: 544
Posted By Zaid
Question Interesting fact about synchronized method.

class A
{
int x=1,y=1;
static int z;
synchronized void f1()
{
x++;
z++;
System.out.println("Called "+z+" Time");
try
Forum: Java and JSP 11-05-2012, 08:19 AM
Replies: 1
Views: 772
Posted By Zaid
Question Applets in Eclipse

Can someone give the step-by-step process to create an Applet in Eclipse Environment....I don't know to create applet there; It only shows options for Application only.
Forum: Java and JSP 10-30-2012, 04:14 PM
Replies: 1
Views: 539
Posted By Zaid
Post Interfaces in JAVA

What is the use of Interfaces in Java? Multiple Inheritance only!! I don't think so......Can someone explain me what were the many reasons for interfaces coming in existence
Forum: Computer Programming 10-30-2012, 04:07 PM
Replies: 0
Views: 456
Posted By Zaid
Post Window Messages(WM_)

Can someone give me a small table of the often used Window Messages in VC++ and their corresponding values of LPARAM and WPARAM :confused:
Forum: Java and JSP 09-21-2012, 05:42 PM
Replies: 0
Views: 351
Posted By Zaid
Question Interfaces are confusing(in Herbert Schildt's book)

Interfaces as explained in Java 2 Complete Reference is a little bit confusing.
It states that a static and in-extensible classing environment leads to classes being pushed higher up in the class...
Showing results 1 to 11 of 11

 
Forum Jump

All times are GMT +1. The time now is 03:52 PM.